#914C39

Color #914C39 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #914C39

Tints of Mule Fawn #914C39

Color information

#914C39 (or 0x914C39) is unknown color: approx Mule Fawn. HEX triplet: 91, 4C and 39. RGB value is (145,76,57). Sum of RGB (Red+Green+Blue) = 145+76+57=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #914C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C39 is #6EB3C6. Grayscale: #5E5E5E. Windows color (decimal): -7254983 or 3755153. OLE color: 3755153.

HSL color Cylindrical-coordinate representation of color #914C39: hue angle of 12.95º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914C39 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1457657-
CMYK00.480.610.43
HSL12.95º43.56%39.61%-
HSV(B)12.95º60.69%56.86%-
XYZ1511.485.3-
YUV94.46106.86164.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=52.16%
G=27.34%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145765700.480.610.4312.9543.5639.61
Hex914C390303D2Bd2c28
Octal221114710607553155450
Binary10010001100110011100101100001111011010111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914C39; }

 p { color: rgb(145,76,57); }

 H1.HeaderClassName
 {
   color: #914C39;
 }
 .AnyTagClassName
 {
   color: #914C39;
 }
</style>
background-color css

<style>
 a { background-color: #914C39; }

 a { background-color: rgb(145,76,57); }

 div.DivClassName
 {
   background-color: #914C39;
 }
 .BgClassName
 {
   background-color: #914C39;
 }
</style>
border-color css

<style>
 span { border-color: #914C39; }

 span { border-color: rgb(145,76,57); }

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