#876748

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

Shades of Dark Wood #876748

Tints of Dark Wood #876748

Color information

#876748 (or 0x876748) is unknown color: approx Dark Wood. HEX triplet: 87, 67 and 48. RGB value is (135,103,72). Sum of RGB (Red+Green+Blue) = 135+103+72=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #876748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876748 is #7898B7. Grayscale: #6D6D6D. Windows color (decimal): -7903416 or 4745095. OLE color: 4745095.

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

Color convert

RGB13510372-
CMYK00.240.470.47
HSL29.52º30.43%40.59%-
HSV(B)29.52º46.67%52.94%-
XYZ16.0115.328.24-
YUV109.03107.1146.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=43.55%
G=33.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351037200.240.470.4729.5230.4340.59
Hex8767480182F2F1e1e29
Octal2071471100305757363651
Binary10000111110011110010000110001011111011111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876748; }

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

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

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

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

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

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

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

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