Shades of Mondo #5A503D
Tints of Mondo #5A503D
RGB
CMYK
RGB Variations
Color information
#5A503D (or 0x5A503D) is known color: Mondo. HEX triplet: 5A, 50 and 3D. RGB value is (90,80,61). Sum of RGB (Red+Green+Blue) = 90+80+61=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A503D is #A5AFC2. Grayscale: #505050. Windows color (decimal): -10858435 or 4018266. OLE color: 4018266.
HSL color Cylindrical-coordinate representation of color #5A503D: hue angle of 39.31º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A503D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 61 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.65 |
| HSL | 39.31º | 0.19% | 0.3% | - |
| HSV(B) | 39.31º | 0.32% | 0.35% | - |
| XYZ | 7.93 | 8.25 | 5.59 | - |
| YUV | 80.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 61 | 0 | 0.11 | 0.32 | 0.65 | 39.31 | 0.19 | 0.3 |
| Hex | 5A | 50 | 3D | 0 | B | 20 | 41 | 27 | 13 | 1E |
| Octal | 132 | 120 | 75 | 0 | 13 | 40 | 101 | 47 | 23 | 36 |
| Binary | 1011010 | 1010000 | 111101 | 0 | 1011 | 100000 | 1000001 | 100111 | 10011 | 11110 |
Color Harmonies of #5A503D
Complementary color
Monochromatic Colors of #5A503D
Black with #5A503D
Text Example
Text Example
White with #5A503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A503D; }
p { color: rgb(90,80,61); }
H1.HeaderClassName
{
color: #5A503D;
}
.AnyTagClassName
{
color: #5A503D;
}
</style>
background-color css
<style>
a { background-color: #5A503D; }
a { background-color: rgb(90,80,61); }
div.DivClassName
{
background-color: #5A503D;
}
.BgClassName
{
background-color: #5A503D;
}
</style>
border-color css
<style>
span { border-color: #5A503D; }
span { border-color: rgb(90,80,61); }
td.TdClassName
{
border-color: #5A503D;
}
.TagClassName
{
border-color: #5A503D;
}
</style>