Shades of Mondo #534C44
Tints of Mondo #534C44
RGB
CMYK
RGB Variations
Color information
#534C44 (or 0x534C44) is known color: Mondo. HEX triplet: 53, 4C and 44. RGB value is (83,76,68). Sum of RGB (Red+Green+Blue) = 83+76+68=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C44 is #ACB3BB. Grayscale: #4D4D4D. Windows color (decimal): -11318204 or 4475987. OLE color: 4475987.
HSL color Cylindrical-coordinate representation of color #534C44: hue angle of 32º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534C44 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 68 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.67 |
| HSL | 32º | 0.1% | 0.3% | - |
| HSV(B) | 32º | 0.18% | 0.33% | - |
| XYZ | 7.2 | 7.43 | 6.52 | - |
| YUV | 77.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 68 | 0 | 0.08 | 0.18 | 0.67 | 32 | 0.1 | 0.3 |
| Hex | 53 | 4C | 44 | 0 | 8 | 12 | 43 | 20 | A | 1E |
| Octal | 123 | 114 | 104 | 0 | 10 | 22 | 103 | 40 | 12 | 36 |
| Binary | 1010011 | 1001100 | 1000100 | 0 | 1000 | 10010 | 1000011 | 100000 | 1010 | 11110 |
Color Harmonies of #534C44
Complementary color
Monochromatic Colors of #534C44
Black with #534C44
Text Example
Text Example
White with #534C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C44; }
p { color: rgb(83,76,68); }
H1.HeaderClassName
{
color: #534C44;
}
.AnyTagClassName
{
color: #534C44;
}
</style>
background-color css
<style>
a { background-color: #534C44; }
a { background-color: rgb(83,76,68); }
div.DivClassName
{
background-color: #534C44;
}
.BgClassName
{
background-color: #534C44;
}
</style>
border-color css
<style>
span { border-color: #534C44; }
span { border-color: rgb(83,76,68); }
td.TdClassName
{
border-color: #534C44;
}
.TagClassName
{
border-color: #534C44;
}
</style>