Shades of Mondo #534C3E
Tints of Mondo #534C3E
RGB
CMYK
RGB Variations
Color information
#534C3E (or 0x534C3E) is known color: Mondo. HEX triplet: 53, 4C and 3E. RGB value is (83,76,62). Sum of RGB (Red+Green+Blue) = 83+76+62=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C3E is #ACB3C1. Grayscale: #4C4C4C. Windows color (decimal): -11318210 or 4082771. OLE color: 4082771.
HSL color Cylindrical-coordinate representation of color #534C3E: hue angle of 40º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534C3E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 62 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.67 |
| HSL | 40º | 0.14% | 0.28% | - |
| HSV(B) | 40º | 0.25% | 0.33% | - |
| XYZ | 7.02 | 7.36 | 5.61 | - |
| YUV | 76.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 62 | 0 | 0.08 | 0.25 | 0.67 | 40 | 0.14 | 0.28 |
| Hex | 53 | 4C | 3E | 0 | 8 | 19 | 43 | 28 | E | 1C |
| Octal | 123 | 114 | 76 | 0 | 10 | 31 | 103 | 50 | 16 | 34 |
| Binary | 1010011 | 1001100 | 111110 | 0 | 1000 | 11001 | 1000011 | 101000 | 1110 | 11100 |
Color Harmonies of #534C3E
Complementary color
Monochromatic Colors of #534C3E
Black with #534C3E
Text Example
Text Example
White with #534C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C3E; }
p { color: rgb(83,76,62); }
H1.HeaderClassName
{
color: #534C3E;
}
.AnyTagClassName
{
color: #534C3E;
}
</style>
background-color css
<style>
a { background-color: #534C3E; }
a { background-color: rgb(83,76,62); }
div.DivClassName
{
background-color: #534C3E;
}
.BgClassName
{
background-color: #534C3E;
}
</style>
border-color css
<style>
span { border-color: #534C3E; }
span { border-color: rgb(83,76,62); }
td.TdClassName
{
border-color: #534C3E;
}
.TagClassName
{
border-color: #534C3E;
}
</style>