#876348

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

Shades of Dark Wood #876348

Tints of Dark Wood #876348

Color information

#876348 (or 0x876348) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 48. RGB value is (135,99,72). Sum of RGB (Red+Green+Blue) = 135+99+72=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #876348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876348 is #789CB7. Grayscale: #6A6A6A. Windows color (decimal): -7904440 or 4744071. OLE color: 4744071.

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

Color convert

RGB1359972-
CMYK00.270.470.47
HSL25.71º30.43%40.59%-
HSV(B)25.71º46.67%52.94%-
XYZ15.6214.548.11-
YUV106.69108.43148.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=44.12%
G=32.35%
B=23.53%

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
Decimal135997200.270.470.4725.7130.4340.59
Hex87634801B2F2F1a1e29
Octal2071431100335757323651
Binary10000111110001110010000110111011111011111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876348; }

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

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

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

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

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

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

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

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