Shades of Mondo #534C40
Tints of Mondo #534C40
RGB
CMYK
RGB Variations
Color information
#534C40 (or 0x534C40) is known color: Mondo. HEX triplet: 53, 4C and 40. RGB value is (83,76,64). Sum of RGB (Red+Green+Blue) = 83+76+64=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C40 is #ACB3BF. Grayscale: #4C4C4C. Windows color (decimal): -11318208 or 4213843. OLE color: 4213843.
HSL color Cylindrical-coordinate representation of color #534C40: hue angle of 37.89º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534C40 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 64 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.67 |
| HSL | 37.89º | 0.13% | 0.29% | - |
| HSV(B) | 37.89º | 0.23% | 0.33% | - |
| XYZ | 7.08 | 7.38 | 5.9 | - |
| YUV | 76.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 64 | 0 | 0.08 | 0.23 | 0.67 | 37.89 | 0.13 | 0.29 |
| Hex | 53 | 4C | 40 | 0 | 8 | 17 | 43 | 26 | D | 1D |
| Octal | 123 | 114 | 100 | 0 | 10 | 27 | 103 | 46 | 15 | 35 |
| Binary | 1010011 | 1001100 | 1000000 | 0 | 1000 | 10111 | 1000011 | 100110 | 1101 | 11101 |
Color Harmonies of #534C40
Complementary color
Monochromatic Colors of #534C40
Black with #534C40
Text Example
Text Example
White with #534C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C40; }
p { color: rgb(83,76,64); }
H1.HeaderClassName
{
color: #534C40;
}
.AnyTagClassName
{
color: #534C40;
}
</style>
background-color css
<style>
a { background-color: #534C40; }
a { background-color: rgb(83,76,64); }
div.DivClassName
{
background-color: #534C40;
}
.BgClassName
{
background-color: #534C40;
}
</style>
border-color css
<style>
span { border-color: #534C40; }
span { border-color: rgb(83,76,64); }
td.TdClassName
{
border-color: #534C40;
}
.TagClassName
{
border-color: #534C40;
}
</style>