#876049

Color #876049 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #876049

Tints of Dark Wood #876049

Color information

#876049 (or 0x876049) is unknown color: approx Dark Wood. HEX triplet: 87, 60 and 49. RGB value is (135,96,73). Sum of RGB (Red+Green+Blue) = 135+96+73=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #876049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876049 is #789FB6. Grayscale: #696969. Windows color (decimal): -7905207 or 4808839. OLE color: 4808839.

HSL color Cylindrical-coordinate representation of color #876049: hue angle of 22.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876049 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1359673-
CMYK00.290.460.47
HSL22.26º29.81%40.78%-
HSV(B)22.26º45.93%52.94%-
XYZ15.38148.19-
YUV105.04109.92149.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=44.41%
G=31.58%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135967300.290.460.4722.2629.8140.78
Hex87604901D2E2F161e29
Octal2071401110355657263651
Binary10000111110000010010010111011011101011111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876049; }

 p { color: rgb(135,96,73); }

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

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

 a { background-color: rgb(135,96,73); }

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

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

 span { border-color: rgb(135,96,73); }

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