Html Css Color HEX #8E6E52 Leather

📋 copy color: '#8E6E52'

red 142 ◦ green 110 ◦ blue 82

#8E6E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Leather #8E6E52

Tints of Leather #8E6E52

RGB

 RED value IS 142 (55.86% from 255) = 42.51%

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 42.51%
G = 32.93%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E6E52 (or 0x8E6E52) is known color: Leather. HEX triplet: 8E, 6E and 52. RGB value is (142,110,82). Sum of RGB (Red+Green+Blue) = 142+110+82=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E52 is #7191AD. Grayscale: #747474. Windows color (decimal): -7442862 or 5402254. OLE color: 5402254.

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

Color convert

RGB 142 110 82 -
CMYK 0 0.23 0.42 0.44
HSL 28º 0.27% 0.44% -
HSV(B) 28º 0.42% 0.56% -
XYZ 18.25 17.51 10.4 -
YUV 116.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 142 110 82 0 0.23 0.42 0.44 28 0.27 0.44
Hex 8E 6E 52 0 17 2A 2C 1C 1B 2C
Octal 216 156 122 0 27 52 54 34 33 54
Binary 10001110 1101110 1010010 0 10111 101010 101100 11100 11011 101100

Color Harmonies of #8E6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E52

Black with #8E6E52

Text Example


Text Example

White with #8E6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6E52;
 }
 .AnyTagClassName
 {
   color: #8E6E52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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