Shades of Mondo #534B43
Tints of Mondo #534B43
RGB
CMYK
RGB Variations
Color information
#534B43 (or 0x534B43) is known color: Mondo. HEX triplet: 53, 4B and 43. RGB value is (83,75,67). Sum of RGB (Red+Green+Blue) = 83+75+67=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B43 is #ACB4BC. Grayscale: #4C4C4C. Windows color (decimal): -11318461 or 4410195. OLE color: 4410195.
HSL color Cylindrical-coordinate representation of color #534B43: hue angle of 30º 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 #534B43 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 67 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.67 |
| HSL | 30º | 0.11% | 0.29% | - |
| HSV(B) | 30º | 0.19% | 0.33% | - |
| XYZ | 7.1 | 7.28 | 6.34 | - |
| YUV | 76.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 67 | 0 | 0.10 | 0.19 | 0.67 | 30 | 0.11 | 0.29 |
| Hex | 53 | 4B | 43 | 0 | A | 13 | 43 | 1E | B | 1D |
| Octal | 123 | 113 | 103 | 0 | 12 | 23 | 103 | 36 | 13 | 35 |
| Binary | 1010011 | 1001011 | 1000011 | 0 | 1010 | 10011 | 1000011 | 11110 | 1011 | 11101 |
Color Harmonies of #534B43
Complementary color
Monochromatic Colors of #534B43
Black with #534B43
Text Example
Text Example
White with #534B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B43; }
p { color: rgb(83,75,67); }
H1.HeaderClassName
{
color: #534B43;
}
.AnyTagClassName
{
color: #534B43;
}
</style>
background-color css
<style>
a { background-color: #534B43; }
a { background-color: rgb(83,75,67); }
div.DivClassName
{
background-color: #534B43;
}
.BgClassName
{
background-color: #534B43;
}
</style>
border-color css
<style>
span { border-color: #534B43; }
span { border-color: rgb(83,75,67); }
td.TdClassName
{
border-color: #534B43;
}
.TagClassName
{
border-color: #534B43;
}
</style>