#876448

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

Shades of Dark Wood #876448

Tints of Dark Wood #876448

Color information

#876448 (or 0x876448) is unknown color: approx Dark Wood. HEX triplet: 87, 64 and 48. RGB value is (135,100,72). Sum of RGB (Red+Green+Blue) = 135+100+72=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876448 is #789BB7. Grayscale: #6B6B6B. Windows color (decimal): -7904184 or 4744327. OLE color: 4744327.

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

Color convert

RGB13510072-
CMYK00.260.470.47
HSL26.67º30.43%40.59%-
HSV(B)26.67º46.67%52.94%-
XYZ15.7214.738.15-
YUV107.27108.1147.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=43.97%
G=32.57%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351007200.260.470.4726.6730.4340.59
Hex87644801A2F2F1b1e29
Octal2071441100325757333651
Binary10000111110010010010000110101011111011111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876448; }

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

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

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

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

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

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

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

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