#876953

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

Shades of Leather #876953

Tints of Leather #876953

Color information

#876953 (or 0x876953) is unknown color: approx Leather. HEX triplet: 87, 69 and 53. RGB value is (135,105,83). Sum of RGB (Red+Green+Blue) = 135+105+83=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #876953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876953 is #7896AC. Grayscale: #6F6F6F. Windows color (decimal): -7902893 or 5466503. OLE color: 5466503.

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

Color convert

RGB13510583-
CMYK00.220.390.47
HSL25.38º23.85%42.75%-
HSV(B)25.38º38.52%52.94%-
XYZ16.615.8810.37-
YUV111.46111.94144.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=41.80%
G=32.51%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058300.220.390.4725.3823.8542.75
Hex876953016272F19182b
Octal2071511230264757313053
Binary10000111110100110100110101101001111011111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876953; }

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

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

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

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

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

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

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

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