#90513B

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

Shades of Mule Fawn #90513B

Tints of Mule Fawn #90513B

Color information

#90513B (or 0x90513B) is unknown color: approx Mule Fawn. HEX triplet: 90, 51 and 3B. RGB value is (144,81,59). Sum of RGB (Red+Green+Blue) = 144+81+59=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90513B is #6FAEC4. Grayscale: #616161. Windows color (decimal): -7319237 or 3887504. OLE color: 3887504.

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

Color convert

RGB1448159-
CMYK00.440.590.44
HSL15.53º41.87%39.8%-
HSV(B)15.53º59.03%56.47%-
XYZ15.2312.135.68-
YUV97.33106.37161.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=50.70%
G=28.52%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144815900.440.590.4415.5341.8739.8
Hex90513B02C3B2C102a28
Octal220121730547354205250
Binary100100001010001111011010110011101110110010000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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