Shades of Mondo #534C45
Tints of Mondo #534C45
RGB
CMYK
RGB Variations
Color information
#534C45 (or 0x534C45) is known color: Mondo. HEX triplet: 53, 4C and 45. RGB value is (83,76,69). Sum of RGB (Red+Green+Blue) = 83+76+69=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C45 is #ACB3BA. Grayscale: #4D4D4D. Windows color (decimal): -11318203 or 4541523. OLE color: 4541523.
HSL color Cylindrical-coordinate representation of color #534C45: hue angle of 30º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534C45 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 69 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.67 |
| HSL | 30º | 0.09% | 0.3% | - |
| HSV(B) | 30º | 0.17% | 0.33% | - |
| XYZ | 7.23 | 7.44 | 6.68 | - |
| YUV | 77.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 69 | 0 | 0.08 | 0.17 | 0.67 | 30 | 0.09 | 0.3 |
| Hex | 53 | 4C | 45 | 0 | 8 | 11 | 43 | 1E | 9 | 1E |
| Octal | 123 | 114 | 105 | 0 | 10 | 21 | 103 | 36 | 11 | 36 |
| Binary | 1010011 | 1001100 | 1000101 | 0 | 1000 | 10001 | 1000011 | 11110 | 1001 | 11110 |
Color Harmonies of #534C45
Complementary color
Monochromatic Colors of #534C45
Black with #534C45
Text Example
Text Example
White with #534C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C45; }
p { color: rgb(83,76,69); }
H1.HeaderClassName
{
color: #534C45;
}
.AnyTagClassName
{
color: #534C45;
}
</style>
background-color css
<style>
a { background-color: #534C45; }
a { background-color: rgb(83,76,69); }
div.DivClassName
{
background-color: #534C45;
}
.BgClassName
{
background-color: #534C45;
}
</style>
border-color css
<style>
span { border-color: #534C45; }
span { border-color: rgb(83,76,69); }
td.TdClassName
{
border-color: #534C45;
}
.TagClassName
{
border-color: #534C45;
}
</style>