Html Css Color HEX #94503D Mule Fawn

📋 copy color: '#94503D'

red 148 ◦ green 80 ◦ blue 61

#94503D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #94503D

Tints of Mule Fawn #94503D

RGB

 RED value IS 148 (58.2% from 255) = 51.21%

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 51.21%
G = 27.68%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94503D (or 0x94503D) is known color: Mule Fawn. HEX triplet: 94, 50 and 3D. RGB value is (148,80,61). Sum of RGB (Red+Green+Blue) = 148+80+61=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94503D is #6BAFC2. Grayscale: #626262. Windows color (decimal): -7057347 or 4018324. OLE color: 4018324.

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

Color convert

RGB 148 80 61 -
CMYK 0 0.46 0.59 0.42
HSL 13.1º 0.42% 0.41% -
HSV(B) 13.1º 0.59% 0.58% -
XYZ 15.92 12.37 5.96 -
YUV 98.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 148 80 61 0 0.46 0.59 0.42 13.1 0.42 0.41
Hex 94 50 3D 0 2E 3B 2A D 2A 29
Octal 224 120 75 0 56 73 52 15 52 51
Binary 10010100 1010000 111101 0 101110 111011 101010 1101 101010 101001

Color Harmonies of #94503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94503D

Black with #94503D

Text Example


Text Example

White with #94503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94503D;
 }
 .AnyTagClassName
 {
   color: #94503D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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