#94503A

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

Shades of Mule Fawn #94503A

Tints of Mule Fawn #94503A

Color information

#94503A (or 0x94503A) is unknown color: approx Mule Fawn. HEX triplet: 94, 50 and 3A. RGB value is (148,80,58). Sum of RGB (Red+Green+Blue) = 148+80+58=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #94503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94503A is #6BAFC5. Grayscale: #616161. Windows color (decimal): -7057350 or 3821716. OLE color: 3821716.

HSL color Cylindrical-coordinate representation of color #94503A: hue angle of 14.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94503A is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1488058-
CMYK00.460.610.42
HSL14.67º43.69%40.39%-
HSV(B)14.67º60.81%58.04%-
XYZ15.8512.345.55-
YUV97.82105.53163.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=51.75%
G=27.97%
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.42
SystemRedGreenBlueCMYKHSL
Decimal148805800.460.610.4214.6743.6940.39
Hex94503A02E3D2Af2c28
Octal224120720567552175450
Binary10010100101000011101001011101111011010101111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94503A; }

 p { color: rgb(148,80,58); }

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

<style>
 a { background-color: #94503A; }

 a { background-color: rgb(148,80,58); }

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

<style>
 span { border-color: #94503A; }

 span { border-color: rgb(148,80,58); }

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