Shades of Mondo #534C3D
Tints of Mondo #534C3D
RGB
CMYK
RGB Variations
Color information
#534C3D (or 0x534C3D) is known color: Mondo. HEX triplet: 53, 4C and 3D. RGB value is (83,76,61). Sum of RGB (Red+Green+Blue) = 83+76+61=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C3D is #ACB3C2. Grayscale: #4C4C4C. Windows color (decimal): -11318211 or 4017235. OLE color: 4017235.
HSL color Cylindrical-coordinate representation of color #534C3D: hue angle of 40.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534C3D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 61 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.67 |
| HSL | 40.91º | 0.15% | 0.28% | - |
| HSV(B) | 40.91º | 0.27% | 0.33% | - |
| XYZ | 6.99 | 7.34 | 5.46 | - |
| YUV | 76.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 61 | 0 | 0.08 | 0.27 | 0.67 | 40.91 | 0.15 | 0.28 |
| Hex | 53 | 4C | 3D | 0 | 8 | 1B | 43 | 29 | F | 1C |
| Octal | 123 | 114 | 75 | 0 | 10 | 33 | 103 | 51 | 17 | 34 |
| Binary | 1010011 | 1001100 | 111101 | 0 | 1000 | 11011 | 1000011 | 101001 | 1111 | 11100 |
Color Harmonies of #534C3D
Complementary color
Monochromatic Colors of #534C3D
Black with #534C3D
Text Example
Text Example
White with #534C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C3D; }
p { color: rgb(83,76,61); }
H1.HeaderClassName
{
color: #534C3D;
}
.AnyTagClassName
{
color: #534C3D;
}
</style>
background-color css
<style>
a { background-color: #534C3D; }
a { background-color: rgb(83,76,61); }
div.DivClassName
{
background-color: #534C3D;
}
.BgClassName
{
background-color: #534C3D;
}
</style>
border-color css
<style>
span { border-color: #534C3D; }
span { border-color: rgb(83,76,61); }
td.TdClassName
{
border-color: #534C3D;
}
.TagClassName
{
border-color: #534C3D;
}
</style>