#876845

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

Shades of Dark Wood #876845

Tints of Dark Wood #876845

Color information

#876845 (or 0x876845) is unknown color: approx Dark Wood. HEX triplet: 87, 68 and 45. RGB value is (135,104,69). Sum of RGB (Red+Green+Blue) = 135+104+69=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876845 is #7897BA. Grayscale: #6D6D6D. Windows color (decimal): -7903163 or 4548743. OLE color: 4548743.

HSL color Cylindrical-coordinate representation of color #876845: hue angle of 31.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876845 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13510469-
CMYK00.230.490.47
HSL31.82º32.35%40%-
HSV(B)31.82º48.89%52.94%-
XYZ16.0215.487.77-
YUV109.28105.27146.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=43.83%
G=33.77%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351046900.230.490.4731.8232.3540
Hex876845017312F202028
Octal2071501050276157404050
Binary1000011111010001000101010111110001101111100000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876845; }

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

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

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

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

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

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

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

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