Html Css Color HEX #8A4C41 Mule Fawn

📋 copy color: '#8A4C41'

red 138 ◦ green 76 ◦ blue 65

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

Shades of Mule Fawn #8A4C41

Tints of Mule Fawn #8A4C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 49.46%
G = 27.24%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A4C41 (or 0x8A4C41) is known color: Mule Fawn. HEX triplet: 8A, 4C and 41. RGB value is (138,76,65). Sum of RGB (Red+Green+Blue) = 138+76+65=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C41 is #75B3BE. Grayscale: #5D5D5D. Windows color (decimal): -7713727 or 4279434. OLE color: 4279434.

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

Color convert

RGB 138 76 65 -
CMYK 0 0.45 0.53 0.46
HSL 9.04º 0.36% 0.4% -
HSV(B) 9.04º 0.53% 0.54% -
XYZ 14.02 10.95 6.38 -
YUV 93.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 138 76 65 0 0.45 0.53 0.46 9.04 0.36 0.4
Hex 8A 4C 41 0 2D 35 2E 9 24 28
Octal 212 114 101 0 55 65 56 11 44 50
Binary 10001010 1001100 1000001 0 101101 110101 101110 1001 100100 101000

Color Harmonies of #8A4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C41

Black with #8A4C41

Text Example


Text Example

White with #8A4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,76,65); }

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

background-color css

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

 a { background-color: rgb(138,76,65); }

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

border-color css

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

 span { border-color: rgb(138,76,65); }

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