#8E6953

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

Shades of Leather #8E6953

Tints of Leather #8E6953

Color information

#8E6953 (or 0x8E6953) is unknown color: approx Leather. HEX triplet: 8E, 69 and 53. RGB value is (142,105,83). Sum of RGB (Red+Green+Blue) = 142+105+83=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6953 is #7196AC. Grayscale: #717171. Windows color (decimal): -7444141 or 5466510. OLE color: 5466510.

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

Color convert

RGB14210583-
CMYK00.260.420.44
HSL22.37º26.22%44.12%-
HSV(B)22.37º41.55%55.69%-
XYZ17.7716.4810.43-
YUV113.56110.76148.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=43.03%
G=31.82%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421058300.260.420.4422.3726.2244.12
Hex8E695301A2A2C161a2c
Octal2161511230325254263254
Binary10001110110100110100110110101010101011001011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,83); }

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

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

 a { background-color: rgb(142,105,83); }

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

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

 span { border-color: rgb(142,105,83); }

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