Html Css Color HEX #8E6D4D Leather

📋 copy color: '#8E6D4D'

red 142 ◦ green 109 ◦ blue 77

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

Shades of Leather #8E6D4D

Tints of Leather #8E6D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 43.29%
G = 33.23%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E6D4D (or 0x8E6D4D) is known color: Leather. HEX triplet: 8E, 6D and 4D. RGB value is (142,109,77). Sum of RGB (Red+Green+Blue) = 142+109+77=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D4D is #7192B2. Grayscale: #737373. Windows color (decimal): -7443123 or 5074318. OLE color: 5074318.

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

Color convert

RGB 142 109 77 -
CMYK 0 0.23 0.46 0.44
HSL 29.54º 0.3% 0.43% -
HSV(B) 29.54º 0.46% 0.56% -
XYZ 17.96 17.22 9.4 -
YUV 115.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 142 109 77 0 0.23 0.46 0.44 29.54 0.3 0.43
Hex 8E 6D 4D 0 17 2E 2C 1E 1E 2B
Octal 216 155 115 0 27 56 54 36 36 53
Binary 10001110 1101101 1001101 0 10111 101110 101100 11110 11110 101011

Color Harmonies of #8E6D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D4D

Black with #8E6D4D

Text Example


Text Example

White with #8E6D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,77); }

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

background-color css

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

 a { background-color: rgb(142,109,77); }

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

border-color css

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

 span { border-color: rgb(142,109,77); }

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