#876444

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

Shades of Dark Wood #876444

Tints of Dark Wood #876444

Color information

#876444 (or 0x876444) is unknown color: approx Dark Wood. HEX triplet: 87, 64 and 44. RGB value is (135,100,68). Sum of RGB (Red+Green+Blue) = 135+100+68=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #876444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876444 is #789BBB. Grayscale: #6A6A6A. Windows color (decimal): -7904188 or 4482183. OLE color: 4482183.

HSL color Cylindrical-coordinate representation of color #876444: hue angle of 28.66º 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 #876444 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13510068-
CMYK00.260.500.47
HSL28.66º33%39.8%-
HSV(B)28.66º49.63%52.94%-
XYZ15.5914.687.48-
YUV106.82106.1148.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=44.55%
G=33.00%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351006800.260.500.4728.663339.8
Hex87644401A322F1d2128
Octal2071441040326257354150
Binary100001111100100100010001101011001010111111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876444; }

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

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

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

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

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

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

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

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