Html Css Color HEX #8B5042 Mule Fawn

📋 copy color: '#8B5042'

red 139 ◦ green 80 ◦ blue 66

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

Shades of Mule Fawn #8B5042

Tints of Mule Fawn #8B5042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 48.77%
G = 28.07%
B = 23.16%

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

#8B5042 (or 0x8B5042) is known color: Mule Fawn. HEX triplet: 8B, 50 and 42. RGB value is (139,80,66). Sum of RGB (Red+Green+Blue) = 139+80+66=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5042 is #74AFBD. Grayscale: #606060. Windows color (decimal): -7647166 or 4345995. OLE color: 4345995.

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

Color convert

RGB 139 80 66 -
CMYK 0 0.42 0.53 0.45
HSL 11.51º 0.36% 0.4% -
HSV(B) 11.51º 0.53% 0.55% -
XYZ 14.5 11.62 6.63 -
YUV 96.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 139 80 66 0 0.42 0.53 0.45 11.51 0.36 0.4
Hex 8B 50 42 0 2A 35 2D C 24 28
Octal 213 120 102 0 52 65 55 14 44 50
Binary 10001011 1010000 1000010 0 101010 110101 101101 1100 100100 101000

Color Harmonies of #8B5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5042

Black with #8B5042

Text Example


Text Example

White with #8B5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,66); }

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

background-color css

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

 a { background-color: rgb(139,80,66); }

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

border-color css

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

 span { border-color: rgb(139,80,66); }

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