Html Css Color HEX #8D5242 Mule Fawn

📋 copy color: '#8D5242'

red 141 ◦ green 82 ◦ blue 66

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

Shades of Mule Fawn #8D5242

Tints of Mule Fawn #8D5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 48.79%
G = 28.37%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8D5242 (or 0x8D5242) is known color: Mule Fawn. HEX triplet: 8D, 52 and 42. RGB value is (141,82,66). Sum of RGB (Red+Green+Blue) = 141+82+66=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5242 is #72ADBD. Grayscale: #616161. Windows color (decimal): -7515582 or 4346509. OLE color: 4346509.

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

Color convert

RGB 141 82 66 -
CMYK 0 0.42 0.53 0.45
HSL 12.8º 0.36% 0.41% -
HSV(B) 12.8º 0.53% 0.55% -
XYZ 14.99 12.09 6.7 -
YUV 97.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 141 82 66 0 0.42 0.53 0.45 12.8 0.36 0.41
Hex 8D 52 42 0 2A 35 2D D 24 29
Octal 215 122 102 0 52 65 55 15 44 51
Binary 10001101 1010010 1000010 0 101010 110101 101101 1101 100100 101001

Color Harmonies of #8D5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5242

Black with #8D5242

Text Example


Text Example

White with #8D5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,66); }

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

background-color css

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

 a { background-color: rgb(141,82,66); }

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

border-color css

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

 span { border-color: rgb(141,82,66); }

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