Shades of Mondo #514C46
Tints of Mondo #514C46
RGB
CMYK
RGB Variations
Color information
#514C46 (or 0x514C46) is known color: Mondo. HEX triplet: 51, 4C and 46. RGB value is (81,76,70). Sum of RGB (Red+Green+Blue) = 81+76+70=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C46 is #AEB3B9. Grayscale: #4C4C4C. Windows color (decimal): -11449274 or 4607057. OLE color: 4607057.
HSL color Cylindrical-coordinate representation of color #514C46: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514C46 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 70 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.68 |
| HSL | 32.73º | 0.07% | 0.3% | - |
| HSV(B) | 32.73º | 0.14% | 0.32% | - |
| XYZ | 7.08 | 7.36 | 6.84 | - |
| YUV | 76.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 70 | 0 | 0.06 | 0.14 | 0.68 | 32.73 | 0.07 | 0.3 |
| Hex | 51 | 4C | 46 | 0 | 6 | E | 44 | 21 | 7 | 1E |
| Octal | 121 | 114 | 106 | 0 | 6 | 16 | 104 | 41 | 7 | 36 |
| Binary | 1010001 | 1001100 | 1000110 | 0 | 110 | 1110 | 1000100 | 100001 | 111 | 11110 |
Color Harmonies of #514C46
Complementary color
Monochromatic Colors of #514C46
Black with #514C46
Text Example
Text Example
White with #514C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C46; }
p { color: rgb(81,76,70); }
H1.HeaderClassName
{
color: #514C46;
}
.AnyTagClassName
{
color: #514C46;
}
</style>
background-color css
<style>
a { background-color: #514C46; }
a { background-color: rgb(81,76,70); }
div.DivClassName
{
background-color: #514C46;
}
.BgClassName
{
background-color: #514C46;
}
</style>
border-color css
<style>
span { border-color: #514C46; }
span { border-color: rgb(81,76,70); }
td.TdClassName
{
border-color: #514C46;
}
.TagClassName
{
border-color: #514C46;
}
</style>