#8E6557

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

Shades of Leather #8E6557

Tints of Leather #8E6557

Color information

#8E6557 (or 0x8E6557) is unknown color: approx Leather. HEX triplet: 8E, 65 and 57. RGB value is (142,101,87). Sum of RGB (Red+Green+Blue) = 142+101+87=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6557 is #719AA8. Grayscale: #6F6F6F. Windows color (decimal): -7445161 or 5727630. OLE color: 5727630.

HSL color Cylindrical-coordinate representation of color #8E6557: hue angle of 15.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E6557 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14210187-
CMYK00.290.390.44
HSL15.27º24.02%44.9%-
HSV(B)15.27º38.73%55.69%-
XYZ17.5315.7511.13-
YUV111.66114.08149.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=43.03%
G=30.61%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421018700.290.390.4415.2724.0244.9
Hex8E655701D272Cf182d
Octal2161451270354754173055
Binary1000111011001011010111011101100111101100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,87); }

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

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

 a { background-color: rgb(142,101,87); }

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

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

 span { border-color: rgb(142,101,87); }

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