#8E6550

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

Shades of Leather #8E6550

Tints of Leather #8E6550

Color information

#8E6550 (or 0x8E6550) is unknown color: approx Leather. HEX triplet: 8E, 65 and 50. RGB value is (142,101,80). Sum of RGB (Red+Green+Blue) = 142+101+80=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6550 is #719AAF. Grayscale: #6E6E6E. Windows color (decimal): -7445168 or 5268878. OLE color: 5268878.

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

Color convert

RGB14210180-
CMYK00.290.440.44
HSL20.32º27.93%43.53%-
HSV(B)20.32º43.66%55.69%-
XYZ17.2615.649.7-
YUV110.86110.58150.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=43.96%
G=31.27%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421018000.290.440.4420.3227.9343.53
Hex8E655001D2C2C141c2c
Octal2161451200355454243454
Binary10001110110010110100000111011011001011001010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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