#875F45

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

Shades of Dark Wood #875F45

Tints of Dark Wood #875F45

Color information

#875F45 (or 0x875F45) is unknown color: approx Dark Wood. HEX triplet: 87, 5F and 45. RGB value is (135,95,69). Sum of RGB (Red+Green+Blue) = 135+95+69=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F45 is #78A0BA. Grayscale: #686868. Windows color (decimal): -7905467 or 4546439. OLE color: 4546439.

HSL color Cylindrical-coordinate representation of color #875F45: hue angle of 23.64º 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 #875F45 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1359569-
CMYK00.300.490.47
HSL23.64º32.35%40%-
HSV(B)23.64º48.89%52.94%-
XYZ15.1613.767.49-
YUV104108.25150.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=45.15%
G=31.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135956900.300.490.4723.6432.3540
Hex875F4501E312F182028
Octal2071371050366157304050
Binary100001111011111100010101111011000110111111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F45; }

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

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

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

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

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

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

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

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