#816B4C

Color #816B4C Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #816B4C

Tints of Shadow #816B4C

Color information

#816B4C (or 0x816B4C) is unknown color: approx Shadow. HEX triplet: 81, 6B and 4C. RGB value is (129,107,76). Sum of RGB (Red+Green+Blue) = 129+107+76=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #816B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B4C is #7E94B3. Grayscale: #6E6E6E. Windows color (decimal): -8295604 or 5008257. OLE color: 5008257.

HSL color Cylindrical-coordinate representation of color #816B4C: hue angle of 35.09º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816B4C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB12910776-
CMYK00.170.410.49
HSL35.09º25.85%40.2%-
HSV(B)35.09º41.09%50.59%-
XYZ15.6215.79.05-
YUV110.04108.79141.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=41.35%
G=34.29%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291077600.170.410.4935.0925.8540.2
Hex816B4C0112931231a28
Octal2011531140215161433250
Binary100000011101011100110001000110100111000110001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B4C; }

 p { color: rgb(129,107,76); }

 H1.HeaderClassName
 {
   color: #816B4C;
 }
 .AnyTagClassName
 {
   color: #816B4C;
 }
</style>
background-color css

<style>
 a { background-color: #816B4C; }

 a { background-color: rgb(129,107,76); }

 div.DivClassName
 {
   background-color: #816B4C;
 }
 .BgClassName
 {
   background-color: #816B4C;
 }
</style>
border-color css

<style>
 span { border-color: #816B4C; }

 span { border-color: rgb(129,107,76); }

 td.TdClassName
 {
   border-color: #816B4C;
 }
 .TagClassName
 {
   border-color: #816B4C;
 }
</style>