COLOR #9D7551

HEX: #9D7551 RGB: (157,117,81)

Color info

#9D7551 contains mainly red and green colors. Web safe color of #9D7551 is #996666 (or #966).

RGB color model

#9D7551 color RGB value is (157,117,81).

RGB: (157,117,81) (62%, 46%, 32%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 81 of 255 = 32%

157
117
81

R + G + B ~ 47%. #9D7551 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 117 + 81 = 355 (100%)
R 157 of 355 ~ 44.23%
G 117 of 355 ~ 32.96%
B 81 of 355 ~ 22.82'%

%44.23
%32.96
%22.82

CMYK color model

#9D7551 color CMYK value is (0,25,48,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 48.41%
  • key color value is 38.43%

CMYK: (0,25,48,38)
C0M25Y48K38 (0%, 25%, 48%, 38%)
(0.00 / 0.25 / 0.48 / 0.38)

CMYK percentages

%0
%25.48
%48.41
%38.43

Codes

Color #9D7551 in popluar color models

9D 75 51
RGB 157 117 81
HSL 28° 31.93% 46.67%
HSB/HSV 28° 48.41% 61.57%
CMYK 0.00% 25.48% 48.41%
38.43%

Color #9D7551 in popluar number systems.

HEX 9D 75 51
Decimal 157 117 81
Binary 10011101 1110101 1010001
Octal 235 165 121

Shades and tints

Shades of #9D7551

#9D7551
(157,117,81)
#8F6B4A
(143,107,74)
#816143
(129,97,67)
#73573C
(115,87,60)
#654D35
(101,77,53)
#57432E
(87,67,46)
#493927
(73,57,39)
#3B2F20
(59,47,32)
#2D2519
(45,37,25)
#1F1B12
(31,27,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9D7551

#9D7551
(157,117,81)
#A58160
(165,129,96)
#AD8D6F
(173,141,111)
#B5997E
(181,153,126)
#BDA58D
(189,165,141)
#C5B19C
(197,177,156)
#CDBDAB
(205,189,171)
#D5C9BA
(213,201,186)
#DDD5C9
(221,213,201)
#E5E1D8
(229,225,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7551 color. Also use rgb(157,117,81) instead hex code.

Text Font Color

.myTextColor { color: #9D7551; }

<p style="color:#9D7551">This sample text font color is #9D7551.</p>

This text font color is #9D7551.

Background Color

.myBgColor { background-color: #9D7551; }

<div style="background-color:#9D7551">Inner text</div>

This div background color is #9D7551.

Border color

.myBorderColor { border: 1px solid #9D7551; }

<div style="border:3px solid #9D7551">Div</div>

This div border color is #9D7551.

Opacity

.myOpacity80 { color: #9D7551; opacity: 0.8; }

<p style="color:#9D7551;opacity:0.8;">80%</p>

Text with #9D7551 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9D7551;}

<p style="text-shadow: 3px 3px 1px #9D7551">Text here.</p>

This text has shadow with #9D7551 color.


.textShadow {text-shadow: 3px 3px 1px #9D7551', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9D7551, 5px 5px 20px red">Text here.</p>

This text has shadow with #9D7551 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D7551, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9D7551, Direction=45, Strength=4)">Text</p>

This text has shadow with #9D7551 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9D7551;
-webkit-box-shadow: 1px 1px 3px 2px #9D7551;
box-shadow: 1px 1px 3px 2px #9D7551;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9D7551; -webkit-box-shadow: 1px 1px 3px 2px #9D7551; box-shadow:1px 1px 3px 2px #9D7551;">
Div content here
</div>

This div box has shadow with color #9D7551.

Preview

Color preview on black background

This text has color #9D7551 on black background.


Color preview on white background

This text has color #9D7551 on white background.


Black color preview on #9D7551 background

This text has black color on #9D7551 background.


White color preview on #9D7551 background

This text has white color on #9D7551 background.


Related colors

Complementary color

Complementary color for #hex is #628AAE.


I love getcolorcode.com

Triadic colors

1 #519D75 and #75519D with #9D7551 are triadic colors.

2 #51759D and #759D51 with #9D7551 are triadic colors.