#914D3B

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

Shades of Mule Fawn #914D3B

Tints of Mule Fawn #914D3B

Color information

#914D3B (or 0x914D3B) is unknown color: approx Mule Fawn. HEX triplet: 91, 4D and 3B. RGB value is (145,77,59). Sum of RGB (Red+Green+Blue) = 145+77+59=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #914D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D3B is #6EB2C4. Grayscale: #5F5F5F. Windows color (decimal): -7254725 or 3886481. OLE color: 3886481.

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

Color convert

RGB1457759-
CMYK00.470.590.43
HSL12.56º42.16%40%-
HSV(B)12.56º59.31%56.86%-
XYZ15.1211.645.59-
YUV95.28107.53163.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=51.60%
G=27.40%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145775900.470.590.4312.5642.1640
Hex914D3B02F3B2Bd2a28
Octal221115730577353155250
Binary10010001100110111101101011111110111010111101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,77,59); }

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

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

 a { background-color: rgb(145,77,59); }

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

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

 span { border-color: rgb(145,77,59); }

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