#876042

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

Shades of Dark Wood #876042

Tints of Dark Wood #876042

Color information

#876042 (or 0x876042) is unknown color: approx Dark Wood. HEX triplet: 87, 60 and 42. RGB value is (135,96,66). Sum of RGB (Red+Green+Blue) = 135+96+66=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #876042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876042 is #789FBD. Grayscale: #686868. Windows color (decimal): -7905214 or 4350087. OLE color: 4350087.

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

Color convert

RGB1359666-
CMYK00.290.510.47
HSL26.09º34.33%39.41%-
HSV(B)26.09º51.11%52.94%-
XYZ15.1613.917.04-
YUV104.24106.42149.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=45.45%
G=32.32%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135966600.290.510.4726.0934.3339.41
Hex87604201D332F1a2227
Octal2071401020356357324247
Binary100001111100000100001001110111001110111111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876042; }

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

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

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

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

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

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

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

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