#8E6852

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

Shades of Leather #8E6852

Tints of Leather #8E6852

Color information

#8E6852 (or 0x8E6852) is unknown color: approx Leather. HEX triplet: 8E, 68 and 52. RGB value is (142,104,82). Sum of RGB (Red+Green+Blue) = 142+104+82=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6852 is #7197AD. Grayscale: #707070. Windows color (decimal): -7444398 or 5400718. OLE color: 5400718.

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

Color convert

RGB14210482-
CMYK00.270.420.44
HSL22º26.79%43.92%-
HSV(B)22º42.25%55.69%-
XYZ17.6316.2610.19-
YUV112.85110.59148.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 82 (32.42% from 255) = 25%
R=43.29%
G=31.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421048200.270.420.442226.7943.92
Hex8E685201B2A2C161b2c
Octal2161501220335254263354
Binary10001110110100010100100110111010101011001011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,82); }

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

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

 a { background-color: rgb(142,104,82); }

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

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

 span { border-color: rgb(142,104,82); }

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