Shades of Mondo #534C43
Tints of Mondo #534C43
RGB
CMYK
RGB Variations
Color information
#534C43 (or 0x534C43) is known color: Mondo. HEX triplet: 53, 4C and 43. RGB value is (83,76,67). Sum of RGB (Red+Green+Blue) = 83+76+67=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C43 is #ACB3BC. Grayscale: #4D4D4D. Windows color (decimal): -11318205 or 4410451. OLE color: 4410451.
HSL color Cylindrical-coordinate representation of color #534C43: hue angle of 33.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534C43 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 67 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.67 |
| HSL | 33.75º | 0.11% | 0.29% | - |
| HSV(B) | 33.75º | 0.19% | 0.33% | - |
| XYZ | 7.16 | 7.41 | 6.36 | - |
| YUV | 77.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 67 | 0 | 0.08 | 0.19 | 0.67 | 33.75 | 0.11 | 0.29 |
| Hex | 53 | 4C | 43 | 0 | 8 | 13 | 43 | 22 | B | 1D |
| Octal | 123 | 114 | 103 | 0 | 10 | 23 | 103 | 42 | 13 | 35 |
| Binary | 1010011 | 1001100 | 1000011 | 0 | 1000 | 10011 | 1000011 | 100010 | 1011 | 11101 |
Color Harmonies of #534C43
Complementary color
Monochromatic Colors of #534C43
Black with #534C43
Text Example
Text Example
White with #534C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C43; }
p { color: rgb(83,76,67); }
H1.HeaderClassName
{
color: #534C43;
}
.AnyTagClassName
{
color: #534C43;
}
</style>
background-color css
<style>
a { background-color: #534C43; }
a { background-color: rgb(83,76,67); }
div.DivClassName
{
background-color: #534C43;
}
.BgClassName
{
background-color: #534C43;
}
</style>
border-color css
<style>
span { border-color: #534C43; }
span { border-color: rgb(83,76,67); }
td.TdClassName
{
border-color: #534C43;
}
.TagClassName
{
border-color: #534C43;
}
</style>