Shades of Mondo #534C41
Tints of Mondo #534C41
RGB
CMYK
RGB Variations
Color information
#534C41 (or 0x534C41) is known color: Mondo. HEX triplet: 53, 4C and 41. RGB value is (83,76,65). Sum of RGB (Red+Green+Blue) = 83+76+65=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C41 is #ACB3BE. Grayscale: #4C4C4C. Windows color (decimal): -11318207 or 4279379. OLE color: 4279379.
HSL color Cylindrical-coordinate representation of color #534C41: hue angle of 36.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534C41 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 65 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.67 |
| HSL | 36.67º | 0.12% | 0.29% | - |
| HSV(B) | 36.67º | 0.22% | 0.33% | - |
| XYZ | 7.11 | 7.39 | 6.05 | - |
| YUV | 76.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 65 | 0 | 0.08 | 0.22 | 0.67 | 36.67 | 0.12 | 0.29 |
| Hex | 53 | 4C | 41 | 0 | 8 | 16 | 43 | 25 | C | 1D |
| Octal | 123 | 114 | 101 | 0 | 10 | 26 | 103 | 45 | 14 | 35 |
| Binary | 1010011 | 1001100 | 1000001 | 0 | 1000 | 10110 | 1000011 | 100101 | 1100 | 11101 |
Color Harmonies of #534C41
Complementary color
Monochromatic Colors of #534C41
Black with #534C41
Text Example
Text Example
White with #534C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C41; }
p { color: rgb(83,76,65); }
H1.HeaderClassName
{
color: #534C41;
}
.AnyTagClassName
{
color: #534C41;
}
</style>
background-color css
<style>
a { background-color: #534C41; }
a { background-color: rgb(83,76,65); }
div.DivClassName
{
background-color: #534C41;
}
.BgClassName
{
background-color: #534C41;
}
</style>
border-color css
<style>
span { border-color: #534C41; }
span { border-color: rgb(83,76,65); }
td.TdClassName
{
border-color: #534C41;
}
.TagClassName
{
border-color: #534C41;
}
</style>