#876752

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

Shades of Leather #876752

Tints of Leather #876752

Color information

#876752 (or 0x876752) is unknown color: approx Leather. HEX triplet: 87, 67 and 52. RGB value is (135,103,82). Sum of RGB (Red+Green+Blue) = 135+103+82=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876752 is #7898AD. Grayscale: #6E6E6E. Windows color (decimal): -7903406 or 5400455. OLE color: 5400455.

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

Color convert

RGB13510382-
CMYK00.240.390.47
HSL23.77º24.42%42.55%-
HSV(B)23.77º39.26%52.94%-
XYZ16.3615.4610.1-
YUV110.17112.1145.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=42.19%
G=32.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351038200.240.390.4723.7724.4242.55
Hex876752018272F18182b
Octal2071471220304757303053
Binary10000111110011110100100110001001111011111100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876752; }

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

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

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

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

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

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

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

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