#914F39

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

Shades of Mule Fawn #914F39

Tints of Mule Fawn #914F39

Color information

#914F39 (or 0x914F39) is unknown color: approx Mule Fawn. HEX triplet: 91, 4F and 39. RGB value is (145,79,57). Sum of RGB (Red+Green+Blue) = 145+79+57=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #914F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F39 is #6EB0C6. Grayscale: #606060. Windows color (decimal): -7254215 or 3755921. OLE color: 3755921.

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

Color convert

RGB1457957-
CMYK00.460.610.43
HSL15º43.56%39.61%-
HSV(B)15º60.69%56.86%-
XYZ15.2111.915.37-
YUV96.23105.87162.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=51.60%
G=28.11%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145795700.460.610.431543.5639.61
Hex914F3902E3D2Bf2c28
Octal221117710567553175450
Binary10010001100111111100101011101111011010111111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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