Shades of Mondo #534B40
Tints of Mondo #534B40
RGB
CMYK
RGB Variations
Color information
#534B40 (or 0x534B40) is known color: Mondo. HEX triplet: 53, 4B and 40. RGB value is (83,75,64). Sum of RGB (Red+Green+Blue) = 83+75+64=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B40 is #ACB4BF. Grayscale: #4C4C4C. Windows color (decimal): -11318464 or 4213587. OLE color: 4213587.
HSL color Cylindrical-coordinate representation of color #534B40: hue angle of 34.74º 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 #534B40 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 64 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.67 |
| HSL | 34.74º | 0.13% | 0.29% | - |
| HSV(B) | 34.74º | 0.23% | 0.33% | - |
| XYZ | 7.01 | 7.24 | 5.88 | - |
| YUV | 76.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 64 | 0 | 0.10 | 0.23 | 0.67 | 34.74 | 0.13 | 0.29 |
| Hex | 53 | 4B | 40 | 0 | A | 17 | 43 | 23 | D | 1D |
| Octal | 123 | 113 | 100 | 0 | 12 | 27 | 103 | 43 | 15 | 35 |
| Binary | 1010011 | 1001011 | 1000000 | 0 | 1010 | 10111 | 1000011 | 100011 | 1101 | 11101 |
Color Harmonies of #534B40
Complementary color
Monochromatic Colors of #534B40
Black with #534B40
Text Example
Text Example
White with #534B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B40; }
p { color: rgb(83,75,64); }
H1.HeaderClassName
{
color: #534B40;
}
.AnyTagClassName
{
color: #534B40;
}
</style>
background-color css
<style>
a { background-color: #534B40; }
a { background-color: rgb(83,75,64); }
div.DivClassName
{
background-color: #534B40;
}
.BgClassName
{
background-color: #534B40;
}
</style>
border-color css
<style>
span { border-color: #534B40; }
span { border-color: rgb(83,75,64); }
td.TdClassName
{
border-color: #534B40;
}
.TagClassName
{
border-color: #534B40;
}
</style>