#5A5141

Color #5A5141 Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #5A5141

Tints of Mondo #5A5141

Color information

#5A5141 (or 0x5A5141) is unknown color: approx Mondo. HEX triplet: 5A, 51 and 41. RGB value is (90,81,65). Sum of RGB (Red+Green+Blue) = 90+81+65=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5141 is #A5AEBE. Grayscale: #515151. Windows color (decimal): -10858175 or 4280666. OLE color: 4280666.

HSL color Cylindrical-coordinate representation of color #5A5141: hue angle of 38.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5141 is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB908165-
CMYK00.10.280.65
HSL38.4º16.13%30.39%-
HSV(B)38.4º27.78%35.29%-
XYZ8.118.446.2-
YUV81.87118.48133.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=38.14%
G=34.32%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90816500.10.280.6538.416.1330.39
Hex5A51410A1C4126101e
Octal13212110101234101462036
Binary101101010100011000001010101110010000011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5141; }

 p { color: rgb(90,81,65); }

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

<style>
 a { background-color: #5A5141; }

 a { background-color: rgb(90,81,65); }

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

<style>
 span { border-color: #5A5141; }

 span { border-color: rgb(90,81,65); }

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