Html Css Color HEX #8D6E53 Leather

📋 copy color: '#8D6E53'

red 141 ◦ green 110 ◦ blue 83

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

Shades of Leather #8D6E53

Tints of Leather #8D6E53

RGB

 RED value IS 141 (55.47% from 255) = 42.22%

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 42.22%
G = 32.93%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8D6E53 (or 0x8D6E53) is known color: Leather. HEX triplet: 8D, 6E and 53. RGB value is (141,110,83). Sum of RGB (Red+Green+Blue) = 141+110+83=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E53 is #7291AC. Grayscale: #747474. Windows color (decimal): -7508397 or 5467789. OLE color: 5467789.

HSL color Cylindrical-coordinate representation of color #8D6E53: hue angle of 27.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D6E53 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 83 -
CMYK 0 0.22 0.41 0.45
HSL 27.93º 0.26% 0.44% -
HSV(B) 27.93º 0.41% 0.55% -
XYZ 18.12 17.44 10.59 -
YUV 116.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 141 110 83 0 0.22 0.41 0.45 27.93 0.26 0.44
Hex 8D 6E 53 0 16 29 2D 1C 1A 2C
Octal 215 156 123 0 26 51 55 34 32 54
Binary 10001101 1101110 1010011 0 10110 101001 101101 11100 11010 101100

Color Harmonies of #8D6E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E53

Black with #8D6E53

Text Example


Text Example

White with #8D6E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,83); }

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

background-color css

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

 a { background-color: rgb(141,110,83); }

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

border-color css

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

 span { border-color: rgb(141,110,83); }

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