#876553

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

Shades of Leather #876553

Tints of Leather #876553

Color information

#876553 (or 0x876553) is unknown color: approx Leather. HEX triplet: 87, 65 and 53. RGB value is (135,101,83). Sum of RGB (Red+Green+Blue) = 135+101+83=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876553 is #789AAC. Grayscale: #6D6D6D. Windows color (decimal): -7903917 or 5465479. OLE color: 5465479.

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

Color convert

RGB13510183-
CMYK00.250.390.47
HSL20.77º23.85%42.75%-
HSV(B)20.77º38.52%52.94%-
XYZ16.2115.0810.24-
YUV109.11113.26146.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=42.32%
G=31.66%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351018300.250.390.4720.7723.8542.75
Hex876553019272F15182b
Octal2071451230314757253053
Binary10000111110010110100110110011001111011111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876553; }

 p { color: rgb(135,101,83); }

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

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

 a { background-color: rgb(135,101,83); }

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

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

 span { border-color: rgb(135,101,83); }

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