#876248

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

Shades of Dark Wood #876248

Tints of Dark Wood #876248

Color information

#876248 (or 0x876248) is unknown color: approx Dark Wood. HEX triplet: 87, 62 and 48. RGB value is (135,98,72). Sum of RGB (Red+Green+Blue) = 135+98+72=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876248 is #789DB7. Grayscale: #6A6A6A. Windows color (decimal): -7904696 or 4743815. OLE color: 4743815.

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

Color convert

RGB1359872-
CMYK00.270.470.47
HSL24.76º30.43%40.59%-
HSV(B)24.76º46.67%52.94%-
XYZ15.5314.358.08-
YUV106.1108.76148.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=44.26%
G=32.13%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135987200.270.470.4724.7630.4340.59
Hex87624801B2F2F191e29
Octal2071421100335757313651
Binary10000111110001010010000110111011111011111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876248; }

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

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

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

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

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

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

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

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