#875A45

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

Shades of Dark Wood #875A45

Tints of Dark Wood #875A45

Color information

#875A45 (or 0x875A45) is unknown color: approx Dark Wood. HEX triplet: 87, 5A and 45. RGB value is (135,90,69). Sum of RGB (Red+Green+Blue) = 135+90+69=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A45 is #78A5BA. Grayscale: #656565. Windows color (decimal): -7906747 or 4545159. OLE color: 4545159.

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

Color convert

RGB1359069-
CMYK00.330.490.47
HSL19.09º32.35%40%-
HSV(B)19.09º48.89%52.94%-
XYZ14.7212.897.34-
YUV101.06109.91152.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=45.92%
G=30.61%
B=23.47%

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
Decimal135906900.330.490.4719.0932.3540
Hex875A45021312F132028
Octal2071321050416157234050
Binary1000011110110101000101010000111000110111110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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