#8E6B50

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

Shades of Leather #8E6B50

Tints of Leather #8E6B50

Color information

#8E6B50 (or 0x8E6B50) is unknown color: approx Leather. HEX triplet: 8E, 6B and 50. RGB value is (142,107,80). Sum of RGB (Red+Green+Blue) = 142+107+80=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B50 is #7194AF. Grayscale: #727272. Windows color (decimal): -7443632 or 5270414. OLE color: 5270414.

HSL color Cylindrical-coordinate representation of color #8E6B50: hue angle of 26.13º 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 #8E6B50 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB14210780-
CMYK00.250.440.44
HSL26.13º27.93%43.53%-
HSV(B)26.13º43.66%55.69%-
XYZ17.8616.859.9-
YUV114.39108.6147.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=43.16%
G=32.52%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421078000.250.440.4426.1327.9343.53
Hex8E6B500192C2C1a1c2c
Octal2161531200315454323454
Binary10001110110101110100000110011011001011001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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