#914E3B

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

Shades of Mule Fawn #914E3B

Tints of Mule Fawn #914E3B

Color information

#914E3B (or 0x914E3B) is unknown color: approx Mule Fawn. HEX triplet: 91, 4E and 3B. RGB value is (145,78,59). Sum of RGB (Red+Green+Blue) = 145+78+59=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #914E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E3B is #6EB1C4. Grayscale: #606060. Windows color (decimal): -7254469 or 3886737. OLE color: 3886737.

HSL color Cylindrical-coordinate representation of color #914E3B: hue angle of 13.26º 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 #914E3B is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB1457859-
CMYK00.460.590.43
HSL13.26º42.16%40%-
HSV(B)13.26º59.31%56.86%-
XYZ15.1911.785.61-
YUV95.87107.2163.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.42%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=51.42%
G=27.66%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145785900.460.590.4313.2642.1640
Hex914E3B02E3B2Bd2a28
Octal221116730567353155250
Binary10010001100111011101101011101110111010111101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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