#94513D

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

Shades of Mule Fawn #94513D

Tints of Mule Fawn #94513D

Color information

#94513D (or 0x94513D) is unknown color: approx Mule Fawn. HEX triplet: 94, 51 and 3D. RGB value is (148,81,61). Sum of RGB (Red+Green+Blue) = 148+81+61=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94513D is #6BAEC2. Grayscale: #626262. Windows color (decimal): -7057091 or 4018580. OLE color: 4018580.

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

Color convert

RGB1488161-
CMYK00.450.590.42
HSL13.79º41.63%40.98%-
HSV(B)13.79º58.78%58.04%-
XYZ1612.525.99-
YUV98.75106.7163.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=51.03%
G=27.93%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148816100.450.590.4213.7941.6340.98
Hex94513D02D3B2Ae2a29
Octal224121750557352165251
Binary10010100101000111110101011011110111010101110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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