Html Css Color HEX #90513F Mule Fawn

📋 copy color: '#90513F'

red 144 ◦ green 81 ◦ blue 63

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

Shades of Mule Fawn #90513F

Tints of Mule Fawn #90513F

RGB

 RED value IS 144 (56.64% from 255) = 50%

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 50%
G = 28.13%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#90513F (or 0x90513F) is known color: Mule Fawn. HEX triplet: 90, 51 and 3F. RGB value is (144,81,63). Sum of RGB (Red+Green+Blue) = 144+81+63=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90513F is #6FAEC0. Grayscale: #616161. Windows color (decimal): -7319233 or 4149648. OLE color: 4149648.

HSL color Cylindrical-coordinate representation of color #90513F: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90513F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 81 63 -
CMYK 0 0.44 0.56 0.44
HSL 13.33º 0.39% 0.41% -
HSV(B) 13.33º 0.56% 0.56% -
XYZ 15.34 12.17 6.24 -
YUV 97.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 144 81 63 0 0.44 0.56 0.44 13.33 0.39 0.41
Hex 90 51 3F 0 2C 38 2C D 27 29
Octal 220 121 77 0 54 70 54 15 47 51
Binary 10010000 1010001 111111 0 101100 111000 101100 1101 100111 101001

Color Harmonies of #90513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90513F

Black with #90513F

Text Example


Text Example

White with #90513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90513F; }

 p { color: rgb(144,81,63); }

 H1.HeaderClassName
 {
   color: #90513F;
 }
 .AnyTagClassName
 {
   color: #90513F;
 }
</style>

background-color css

<style>
 a { background-color: #90513F; }

 a { background-color: rgb(144,81,63); }

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

border-color css

<style>
 span { border-color: #90513F; }

 span { border-color: rgb(144,81,63); }

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