#87603F

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

Shades of Dark Wood #87603F

Tints of Dark Wood #87603F

Color information

#87603F (or 0x87603F) is unknown color: approx Dark Wood. HEX triplet: 87, 60 and 3F. RGB value is (135,96,63). Sum of RGB (Red+Green+Blue) = 135+96+63=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87603F is #789FC0. Grayscale: #686868. Windows color (decimal): -7905217 or 4153479. OLE color: 4153479.

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

Color convert

RGB1359663-
CMYK00.290.530.47
HSL27.5º36.36%38.82%-
HSV(B)27.5º53.33%52.94%-
XYZ15.0713.886.59-
YUV103.9104.92150.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 63 (25% from 255) = 21.43%
R=45.92%
G=32.65%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135966300.290.530.4727.536.3638.82
Hex87603F01D352F1b2427
Octal207140770356557334447
Binary10000111110000011111101110111010110111111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87603F; }

 p { color: rgb(135,96,63); }

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

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

 a { background-color: rgb(135,96,63); }

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

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

 span { border-color: rgb(135,96,63); }

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