#876349

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

Shades of Dark Wood #876349

Tints of Dark Wood #876349

Color information

#876349 (or 0x876349) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 49. RGB value is (135,99,73). Sum of RGB (Red+Green+Blue) = 135+99+73=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876349 is #789CB6. Grayscale: #6A6A6A. Windows color (decimal): -7904439 or 4809607. OLE color: 4809607.

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

Color convert

RGB1359973-
CMYK00.270.460.47
HSL25.16º29.81%40.78%-
HSV(B)25.16º45.93%52.94%-
XYZ15.6614.568.29-
YUV106.8108.93148.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=43.97%
G=32.25%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135997300.270.460.4725.1629.8140.78
Hex87634901B2E2F191e29
Octal2071431110335657313651
Binary10000111110001110010010110111011101011111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876349; }

 p { color: rgb(135,99,73); }

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

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

 a { background-color: rgb(135,99,73); }

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

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

 span { border-color: rgb(135,99,73); }

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