Html Css Color HEX #8B5548 Mule Fawn

📋 copy color: '#8B5548'

red 139 ◦ green 85 ◦ blue 72

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

Shades of Mule Fawn #8B5548

Tints of Mule Fawn #8B5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 46.96%
G = 28.72%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B5548 (or 0x8B5548) is known color: Mule Fawn. HEX triplet: 8B, 55 and 48. RGB value is (139,85,72). Sum of RGB (Red+Green+Blue) = 139+85+72=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5548 is #74AAB7. Grayscale: #636363. Windows color (decimal): -7645880 or 4740491. OLE color: 4740491.

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

Color convert

RGB 139 85 72 -
CMYK 0 0.39 0.48 0.45
HSL 11.64º 0.32% 0.41% -
HSV(B) 11.64º 0.48% 0.55% -
XYZ 15.07 12.45 7.74 -
YUV 99.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 139 85 72 0 0.39 0.48 0.45 11.64 0.32 0.41
Hex 8B 55 48 0 27 30 2D C 20 29
Octal 213 125 110 0 47 60 55 14 40 51
Binary 10001011 1010101 1001000 0 100111 110000 101101 1100 100000 101001

Color Harmonies of #8B5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5548

Black with #8B5548

Text Example


Text Example

White with #8B5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,85,72); }

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

background-color css

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

 a { background-color: rgb(139,85,72); }

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

border-color css

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

 span { border-color: rgb(139,85,72); }

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