Html Css Color HEX #8A5144 Mule Fawn

📋 copy color: '#8A5144'

red 138 ◦ green 81 ◦ blue 68

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

Shades of Mule Fawn #8A5144

Tints of Mule Fawn #8A5144

RGB

 RED value IS 138 (54.3% from 255) = 48.08%

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 48.08%
G = 28.22%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A5144 (or 0x8A5144) is known color: Mule Fawn. HEX triplet: 8A, 51 and 44. RGB value is (138,81,68). Sum of RGB (Red+Green+Blue) = 138+81+68=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5144 is #75AEBB. Grayscale: #606060. Windows color (decimal): -7712444 or 4477322. OLE color: 4477322.

HSL color Cylindrical-coordinate representation of color #8A5144: hue angle of 11.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5144 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 81 68 -
CMYK 0 0.41 0.51 0.46
HSL 11.14º 0.34% 0.4% -
HSV(B) 11.14º 0.51% 0.54% -
XYZ 14.47 11.71 6.97 -
YUV 96.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 138 81 68 0 0.41 0.51 0.46 11.14 0.34 0.4
Hex 8A 51 44 0 29 33 2E B 22 28
Octal 212 121 104 0 51 63 56 13 42 50
Binary 10001010 1010001 1000100 0 101001 110011 101110 1011 100010 101000

Color Harmonies of #8A5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5144

Black with #8A5144

Text Example


Text Example

White with #8A5144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,81,68); }

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

background-color css

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

 a { background-color: rgb(138,81,68); }

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

border-color css

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

 span { border-color: rgb(138,81,68); }

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