COLOR #816549

HEX: #816549
RGB: (129,101,73)

Color info

#816549 contains red, green and blue colors in about the same proportion. Web safe color of #816549 is #996633 (or #963).

RGB color model

#816549 color RGB value is (129,101,73).

  • red value is 129;
  • green value is 101;
  • blue value is 73.
RGB:
(129,101,73)
(51%,40%,29%)

RGB channels and saturation

R 129 of 255 = 51%
G 101 of 255 = 40%
B 73 of 255 = 29%

129
101
73

R + G + B ~ 40%. #816549 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 73 = 303 (100%)
R 129 of 303 ~ 42.57%
G 101 of 303 ~ 33.33%
B 73 of 303 ~ 24.09%

%42.57
%33.33
%24.09

CMYK color model

#816549 color CMYK value is (0,22,43,49).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,22,43,49)
C0M22Y43K49 
(0%,22%,43%,49%)
(0.00/0.22/0.43/0.49)	

CMYK percentages

%0
%21.71
%43.41
%49.41

Codes

Color #816549 in popluar color models

816549
RGB12910173
HSL30°27.72%39.61%
HSB/HSV30°43.41%50.59%
CMYK0.00%21.71%43.41%
49.41%

Color #816549 in popluar number systems.

HEX816549
Decimal12910173
Binary1000000111001011001001
Octal201145111

Shades and tints

Shades of #816549

#816549
(129,101,73)
#765C43
(118,92,67)
#6B533D
(107,83,61)
#604A37
(96,74,55)
#554131
(85,65,49)
#4A382B
(74,56,43)
#3F2F25
(63,47,37)
#34261F
(52,38,31)
#291D19
(41,29,25)
#1E1413
(30,20,19)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #816549

#816549
(129,101,73)
#8C7359
(140,115,89)
#978169
(151,129,105)
#A28F79
(162,143,121)
#AD9D89
(173,157,137)
#B8AB99
(184,171,153)
#C3B9A9
(195,185,169)
#CEC7B9
(206,199,185)
#D9D5C9
(217,213,201)
#E4E3D9
(228,227,217)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816549 color. Also use rgb(129,101,73) instead hex code.

Text Font Color

.myTextColor { color: #816549; }

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

This text font color is #816549.


Background Color

.myBgColor { background-color: #816549; }

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

This div background color is #816549.


Border color

.myBorderColor { border: 1px solid #816549; }

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

This div border color is #816549.


Opacity

.myOpacity80 { color: #816549; opacity: 0.8; }

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

Text with #816549 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 #816549;}

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

This text has shadow with #816549 color.

.textShadow {text-shadow: 3px 3px 1px #816549, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #816549;
-webkit-box-shadow: 1px 1px 3px 2px #816549;
box-shadow:1px 1px 3px 2px #816549;">
Div content here</div>
This div box has shadow with color #816549.

Preview

Color preview on black background

This text has color #816549 on black background.


Color preview on white background

This text has color #816549 on white background.



Black color preview on #816549 background

This text has black color on #816549 background.


White color preview on #816549 background

This text has white color on #816549 background.