#876241

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

Shades of Dark Wood #876241

Tints of Dark Wood #876241

Color information

#876241 (or 0x876241) is unknown color: approx Dark Wood. HEX triplet: 87, 62 and 41. RGB value is (135,98,65). Sum of RGB (Red+Green+Blue) = 135+98+65=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #876241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876241 is #789DBE. Grayscale: #696969. Windows color (decimal): -7904703 or 4285063. OLE color: 4285063.

HSL color Cylindrical-coordinate representation of color #876241: hue angle of 28.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876241 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1359865-
CMYK00.270.520.47
HSL28.29º35%39.22%-
HSV(B)28.29º51.85%52.94%-
XYZ15.3114.276.95-
YUV105.3105.26149.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=45.30%
G=32.89%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135986500.270.520.4728.293539.22
Hex87624101B342F1c2327
Octal2071421010336457344347
Binary100001111100010100000101101111010010111111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876241; }

 p { color: rgb(135,98,65); }

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

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

 a { background-color: rgb(135,98,65); }

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

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

 span { border-color: rgb(135,98,65); }

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