#94513E

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

Shades of Mule Fawn #94513E

Tints of Mule Fawn #94513E

Color information

#94513E (or 0x94513E) is unknown color: approx Mule Fawn. HEX triplet: 94, 51 and 3E. RGB value is (148,81,62). Sum of RGB (Red+Green+Blue) = 148+81+62=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94513E is #6BAEC1. Grayscale: #636363. Windows color (decimal): -7057090 or 4084116. OLE color: 4084116.

HSL color Cylindrical-coordinate representation of color #94513E: hue angle of 13.26º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94513E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1488162-
CMYK00.450.580.42
HSL13.26º40.95%41.18%-
HSV(B)13.26º58.11%58.04%-
XYZ16.0212.536.13-
YUV98.87107.2163.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=50.86%
G=27.84%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148816200.450.580.4213.2640.9541.18
Hex94513E02D3A2Ad2929
Octal224121760557252155151
Binary10010100101000111111001011011110101010101101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94513E; }

 p { color: rgb(148,81,62); }

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

<style>
 a { background-color: #94513E; }

 a { background-color: rgb(148,81,62); }

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

<style>
 span { border-color: #94513E; }

 span { border-color: rgb(148,81,62); }

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