Shades of Mondo #534C3F
Tints of Mondo #534C3F
RGB
CMYK
RGB Variations
Color information
#534C3F (or 0x534C3F) is known color: Mondo. HEX triplet: 53, 4C and 3F. RGB value is (83,76,63). Sum of RGB (Red+Green+Blue) = 83+76+63=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C3F is #ACB3C0. Grayscale: #4C4C4C. Windows color (decimal): -11318209 or 4148307. OLE color: 4148307.
HSL color Cylindrical-coordinate representation of color #534C3F: hue angle of 39º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534C3F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 63 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.67 |
| HSL | 39º | 0.14% | 0.29% | - |
| HSV(B) | 39º | 0.24% | 0.33% | - |
| XYZ | 7.05 | 7.37 | 5.75 | - |
| YUV | 76.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 63 | 0 | 0.08 | 0.24 | 0.67 | 39 | 0.14 | 0.29 |
| Hex | 53 | 4C | 3F | 0 | 8 | 18 | 43 | 27 | E | 1D |
| Octal | 123 | 114 | 77 | 0 | 10 | 30 | 103 | 47 | 16 | 35 |
| Binary | 1010011 | 1001100 | 111111 | 0 | 1000 | 11000 | 1000011 | 100111 | 1110 | 11101 |
Color Harmonies of #534C3F
Complementary color
Monochromatic Colors of #534C3F
Black with #534C3F
Text Example
Text Example
White with #534C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C3F; }
p { color: rgb(83,76,63); }
H1.HeaderClassName
{
color: #534C3F;
}
.AnyTagClassName
{
color: #534C3F;
}
</style>
background-color css
<style>
a { background-color: #534C3F; }
a { background-color: rgb(83,76,63); }
div.DivClassName
{
background-color: #534C3F;
}
.BgClassName
{
background-color: #534C3F;
}
</style>
border-color css
<style>
span { border-color: #534C3F; }
span { border-color: rgb(83,76,63); }
td.TdClassName
{
border-color: #534C3F;
}
.TagClassName
{
border-color: #534C3F;
}
</style>