Html Css Color HEX #8B5446 Mule Fawn

📋 copy color: '#8B5446'

red 139 ◦ green 84 ◦ blue 70

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

Shades of Mule Fawn #8B5446

Tints of Mule Fawn #8B5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 47.44%
G = 28.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8B5446 (or 0x8B5446) is known color: Mule Fawn. HEX triplet: 8B, 54 and 46. RGB value is (139,84,70). Sum of RGB (Red+Green+Blue) = 139+84+70=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5446 is #74ABB9. Grayscale: #626262. Windows color (decimal): -7646138 or 4609163. OLE color: 4609163.

HSL color Cylindrical-coordinate representation of color #8B5446: hue angle of 12.17º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5446 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 70 -
CMYK 0 0.40 0.50 0.45
HSL 12.17º 0.33% 0.41% -
HSV(B) 12.17º 0.5% 0.55% -
XYZ 14.92 12.27 7.38 -
YUV 98.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 139 84 70 0 0.40 0.50 0.45 12.17 0.33 0.41
Hex 8B 54 46 0 28 32 2D C 21 29
Octal 213 124 106 0 50 62 55 14 41 51
Binary 10001011 1010100 1000110 0 101000 110010 101101 1100 100001 101001

Color Harmonies of #8B5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5446

Black with #8B5446

Text Example


Text Example

White with #8B5446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,70); }

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

background-color css

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

 a { background-color: rgb(139,84,70); }

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

border-color css

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

 span { border-color: rgb(139,84,70); }

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