#876849

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

Shades of Dark Wood #876849

Tints of Dark Wood #876849

Color information

#876849 (or 0x876849) is unknown color: approx Dark Wood. HEX triplet: 87, 68 and 49. RGB value is (135,104,73). Sum of RGB (Red+Green+Blue) = 135+104+73=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #876849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876849 is #7897B6. Grayscale: #6D6D6D. Windows color (decimal): -7903159 or 4810887. OLE color: 4810887.

HSL color Cylindrical-coordinate representation of color #876849: hue angle of 30º 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 #876849 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13510473-
CMYK00.230.460.47
HSL30º29.81%40.78%-
HSV(B)30º45.93%52.94%-
XYZ16.1415.538.45-
YUV109.73107.27146.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=43.27%
G=33.33%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351047300.230.460.473029.8140.78
Hex8768490172E2F1e1e29
Octal2071501110275657363651
Binary10000111110100010010010101111011101011111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876849; }

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

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

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

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

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

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

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

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