COLOR #816221

HEX: #816221
RGB: (129,98,33)

Color info

#816221 contains mainly red and green colors. Web safe color of #816221 is #996633 (or #963).

RGB color model

#816221 color RGB value is (129,98,33).

  • red value is 129;
  • green value is 98;
  • blue value is 33.
RGB:
(129,98,33)
(51%,38%,13%)

RGB channels and saturation

R 129 of 255 = 51%
G 98 of 255 = 38%
B 33 of 255 = 13%

129
98
33

R + G + B ~ 34%. #816221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 98 + 33 = 260 (100%)
R 129 of 260 ~ 49.62%
G 98 of 260 ~ 37.69%
B 33 of 260 ~ 12.69%

%49.62
%37.69
%12.69

CMYK color model

#816221 color CMYK value is (0,24,74,49).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 74.42%
  • key color value is 49.41%
CMYK:
(0,24,74,49)
C0M24Y74K49 
(0%,24%,74%,49%)
(0.00/0.24/0.74/0.49)	

CMYK percentages

%0
%24.03
%74.42
%49.41

Codes

Color #816221 in popluar color models

816221
RGB1299833
HSL41°59.26%31.76%
HSB/HSV41°74.42%50.59%
CMYK0.00%24.03%74.42%
49.41%

Color #816221 in popluar number systems.

HEX816221
Decimal1299833
Binary100000011100010100001
Octal20114241

Shades and tints

Shades of #816221

#816221
(129,98,33)
#765A1E
(118,90,30)
#6B521B
(107,82,27)
#604A18
(96,74,24)
#554215
(85,66,21)
#4A3A12
(74,58,18)
#3F320F
(63,50,15)
#342A0C
(52,42,12)
#292209
(41,34,9)
#1E1A06
(30,26,6)
#131203
(19,18,3)
#000000
(0,0,0)

Tints of #816221

#816221
(129,98,33)
#8C7035
(140,112,53)
#977E49
(151,126,73)
#A28C5D
(162,140,93)
#AD9A71
(173,154,113)
#B8A885
(184,168,133)
#C3B699
(195,182,153)
#CEC4AD
(206,196,173)
#D9D2C1
(217,210,193)
#E4E0D5
(228,224,213)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816221 color. Also use rgb(129,98,33) instead hex code.

Text Font Color

.myTextColor { color: #816221; }

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

This text font color is #816221.


Background Color

.myBgColor { background-color: #816221; }

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

This div background color is #816221.


Border color

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

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

This div border color is #816221.


Opacity

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

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

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

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

This text has shadow with #816221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816221 on black background.


Color preview on white background

This text has color #816221 on white background.



Black color preview on #816221 background

This text has black color on #816221 background.


White color preview on #816221 background

This text has white color on #816221 background.