#8E6850

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

Shades of Leather #8E6850

Tints of Leather #8E6850

Color information

#8E6850 (or 0x8E6850) is unknown color: approx Leather. HEX triplet: 8E, 68 and 50. RGB value is (142,104,80). Sum of RGB (Red+Green+Blue) = 142+104+80=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6850 is #7197AF. Grayscale: #707070. Windows color (decimal): -7444400 or 5269646. OLE color: 5269646.

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

Color convert

RGB14210480-
CMYK00.270.440.44
HSL23.23º27.93%43.53%-
HSV(B)23.23º43.66%55.69%-
XYZ17.5516.239.8-
YUV112.63109.59148.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=43.56%
G=31.90%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421048000.270.440.4423.2327.9343.53
Hex8E685001B2C2C171c2c
Octal2161501200335454273454
Binary10001110110100010100000110111011001011001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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