Html Css Color HEX #8B4A3C Mule Fawn

📋 copy color: '#8B4A3C'

red 139 ◦ green 74 ◦ blue 60

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

Shades of Mule Fawn #8B4A3C

Tints of Mule Fawn #8B4A3C

RGB

 RED value IS 139 (54.69% from 255) = 50.92%

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 50.92%
G = 27.11%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B4A3C (or 0x8B4A3C) is known color: Mule Fawn. HEX triplet: 8B, 4A and 3C. RGB value is (139,74,60). Sum of RGB (Red+Green+Blue) = 139+74+60=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A3C is #74B5C3. Grayscale: #5B5B5B. Windows color (decimal): -7648708 or 3951243. OLE color: 3951243.

HSL color Cylindrical-coordinate representation of color #8B4A3C: hue angle of 10.63º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4A3C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 74 60 -
CMYK 0 0.47 0.57 0.45
HSL 10.63º 0.4% 0.39% -
HSV(B) 10.63º 0.57% 0.55% -
XYZ 13.91 10.71 5.61 -
YUV 91.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 139 74 60 0 0.47 0.57 0.45 10.63 0.4 0.39
Hex 8B 4A 3C 0 2F 39 2D B 28 27
Octal 213 112 74 0 57 71 55 13 50 47
Binary 10001011 1001010 111100 0 101111 111001 101101 1011 101000 100111

Color Harmonies of #8B4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4A3C

Black with #8B4A3C

Text Example


Text Example

White with #8B4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,60); }

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

background-color css

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

 a { background-color: rgb(139,74,60); }

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

border-color css

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

 span { border-color: rgb(139,74,60); }

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