#875B45

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

Shades of Dark Wood #875B45

Tints of Dark Wood #875B45

Color information

#875B45 (or 0x875B45) is unknown color: approx Dark Wood. HEX triplet: 87, 5B and 45. RGB value is (135,91,69). Sum of RGB (Red+Green+Blue) = 135+91+69=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #875B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B45 is #78A4BA. Grayscale: #656565. Windows color (decimal): -7906491 or 4545415. OLE color: 4545415.

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

Color convert

RGB1359169-
CMYK00.330.490.47
HSL20º32.35%40%-
HSV(B)20º48.89%52.94%-
XYZ14.8113.067.37-
YUV101.65109.58151.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=45.76%
G=30.85%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135916900.330.490.472032.3540
Hex875B45021312F142028
Octal2071331050416157244050
Binary1000011110110111000101010000111000110111110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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