#8D6552

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

Shades of Leather #8D6552

Tints of Leather #8D6552

Color information

#8D6552 (or 0x8D6552) is unknown color: approx Leather. HEX triplet: 8D, 65 and 52. RGB value is (141,101,82). Sum of RGB (Red+Green+Blue) = 141+101+82=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6552 is #729AAD. Grayscale: #6E6E6E. Windows color (decimal): -7510702 or 5399949. OLE color: 5399949.

HSL color Cylindrical-coordinate representation of color #8D6552: hue angle of 19.32º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6552 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB14110182-
CMYK00.280.420.45
HSL19.32º26.46%43.73%-
HSV(B)19.32º41.84%55.29%-
XYZ17.1615.5810.09-
YUV110.79111.75149.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=43.52%
G=31.17%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411018200.280.420.4519.3226.4643.73
Hex8D655201C2A2D131a2c
Octal2151451220345255233254
Binary10001101110010110100100111001010101011011001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6552; }

 p { color: rgb(141,101,82); }

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

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

 a { background-color: rgb(141,101,82); }

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

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

 span { border-color: rgb(141,101,82); }

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