#876957

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

Shades of Leather #876957

Tints of Leather #876957

Color information

#876957 (or 0x876957) is unknown color: approx Leather. HEX triplet: 87, 69 and 57. RGB value is (135,105,87). Sum of RGB (Red+Green+Blue) = 135+105+87=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #876957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876957 is #7896A8. Grayscale: #707070. Windows color (decimal): -7902889 or 5728647. OLE color: 5728647.

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

Color convert

RGB13510587-
CMYK00.220.360.47
HSL22.5º21.62%43.53%-
HSV(B)22.5º35.56%52.94%-
XYZ16.7615.9411.21-
YUV111.92113.94144.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=41.28%
G=32.11%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058700.220.360.4722.521.6243.53
Hex876957016242F16162c
Octal2071511270264457262654
Binary10000111110100110101110101101001001011111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876957; }

 p { color: rgb(135,105,87); }

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

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

 a { background-color: rgb(135,105,87); }

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

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

 span { border-color: rgb(135,105,87); }

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