Shades of Mondo #5B513F
Tints of Mondo #5B513F
RGB
CMYK
RGB Variations
Color information
#5B513F (or 0x5B513F) is known color: Mondo. HEX triplet: 5B, 51 and 3F. RGB value is (91,81,63). Sum of RGB (Red+Green+Blue) = 91+81+63=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B513F is #A4AEC0. Grayscale: #525252. Windows color (decimal): -10792641 or 4149595. OLE color: 4149595.
HSL color Cylindrical-coordinate representation of color #5B513F: hue angle of 38.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B513F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 63 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.64 |
| HSL | 38.57º | 0.18% | 0.3% | - |
| HSV(B) | 38.57º | 0.31% | 0.36% | - |
| XYZ | 8.15 | 8.47 | 5.91 | - |
| YUV | 81.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 63 | 0 | 0.11 | 0.31 | 0.64 | 38.57 | 0.18 | 0.3 |
| Hex | 5B | 51 | 3F | 0 | B | 1F | 40 | 27 | 12 | 1E |
| Octal | 133 | 121 | 77 | 0 | 13 | 37 | 100 | 47 | 22 | 36 |
| Binary | 1011011 | 1010001 | 111111 | 0 | 1011 | 11111 | 1000000 | 100111 | 10010 | 11110 |
Color Harmonies of #5B513F
Complementary color
Monochromatic Colors of #5B513F
Black with #5B513F
Text Example
Text Example
White with #5B513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B513F; }
p { color: rgb(91,81,63); }
H1.HeaderClassName
{
color: #5B513F;
}
.AnyTagClassName
{
color: #5B513F;
}
</style>
background-color css
<style>
a { background-color: #5B513F; }
a { background-color: rgb(91,81,63); }
div.DivClassName
{
background-color: #5B513F;
}
.BgClassName
{
background-color: #5B513F;
}
</style>
border-color css
<style>
span { border-color: #5B513F; }
span { border-color: rgb(91,81,63); }
td.TdClassName
{
border-color: #5B513F;
}
.TagClassName
{
border-color: #5B513F;
}
</style>