Html Css Color HEX #8D6C50 Leather

📋 copy color: '#8D6C50'

red 141 ◦ green 108 ◦ blue 80

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

Shades of Leather #8D6C50

Tints of Leather #8D6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 42.86%
G = 32.83%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D6C50 (or 0x8D6C50) is known color: Leather. HEX triplet: 8D, 6C and 50. RGB value is (141,108,80). Sum of RGB (Red+Green+Blue) = 141+108+80=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6C50 is #7293AF. Grayscale: #727272. Windows color (decimal): -7508912 or 5270669. OLE color: 5270669.

HSL color Cylindrical-coordinate representation of color #8D6C50: hue angle of 27.54º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6C50 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 108 80 -
CMYK 0 0.23 0.43 0.45
HSL 27.54º 0.28% 0.43% -
HSV(B) 27.54º 0.43% 0.55% -
XYZ 17.8 16.97 9.93 -
YUV 114.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 141 108 80 0 0.23 0.43 0.45 27.54 0.28 0.43
Hex 8D 6C 50 0 17 2B 2D 1C 1C 2B
Octal 215 154 120 0 27 53 55 34 34 53
Binary 10001101 1101100 1010000 0 10111 101011 101101 11100 11100 101011

Color Harmonies of #8D6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6C50

Black with #8D6C50

Text Example


Text Example

White with #8D6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,108,80); }

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

background-color css

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

 a { background-color: rgb(141,108,80); }

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

border-color css

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

 span { border-color: rgb(141,108,80); }

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