#875E44

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

Shades of Dark Wood #875E44

Tints of Dark Wood #875E44

Color information

#875E44 (or 0x875E44) is unknown color: approx Dark Wood. HEX triplet: 87, 5E and 44. RGB value is (135,94,68). Sum of RGB (Red+Green+Blue) = 135+94+68=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E44 is #78A1BB. Grayscale: #676767. Windows color (decimal): -7905724 or 4480647. OLE color: 4480647.

HSL color Cylindrical-coordinate representation of color #875E44: hue angle of 23.28º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875E44 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1359468-
CMYK00.300.500.47
HSL23.28º33%39.8%-
HSV(B)23.28º49.63%52.94%-
XYZ15.0413.577.3-
YUV103.29108.08150.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=45.45%
G=31.65%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135946800.300.500.4723.283339.8
Hex875E4401E322F172128
Octal2071361040366257274150
Binary100001111011110100010001111011001010111110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,94,68); }

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

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

 a { background-color: rgb(135,94,68); }

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

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

 span { border-color: rgb(135,94,68); }

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