Shades of Madras #534000
Tints of Madras #534000
RGB
CMYK
RGB Variations
Color information
#534000 (or 0x534000) is known color: Madras. HEX triplet: 53, 40 and 00. RGB value is (83,64,0). Sum of RGB (Red+Green+Blue) = 83+64+0=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #534000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534000 is #ACBFFF. Grayscale: #3E3E3E. Windows color (decimal): -11321344 or 16467. OLE color: 16467.
HSL color Cylindrical-coordinate representation of color #534000: hue angle of 46.27º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.67 |
| HSL | 46.27º | 1% | 0.16% | - |
| HSV(B) | 46.27º | 1% | 0.33% | - |
| XYZ | 5.4 | 5.51 | 0.78 | - |
| YUV | 62.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 0 | 0 | 0.23 | 1 | 0.67 | 46.27 | 1 | 0.16 |
| Hex | 53 | 40 | 0 | 0 | 17 | 64 | 43 | 2E | 64 | 10 |
| Octal | 123 | 100 | 0 | 0 | 27 | 144 | 103 | 56 | 144 | 20 |
| Binary | 1010011 | 1000000 | 0 | 0 | 10111 | 1100100 | 1000011 | 101110 | 1100100 | 10000 |
Color Harmonies of #534000
Complementary color
Monochromatic Colors of #534000
Black with #534000
Text Example
Text Example
White with #534000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534000; }
p { color: rgb(83,64,0); }
H1.HeaderClassName
{
color: #534000;
}
.AnyTagClassName
{
color: #534000;
}
</style>
background-color css
<style>
a { background-color: #534000; }
a { background-color: rgb(83,64,0); }
div.DivClassName
{
background-color: #534000;
}
.BgClassName
{
background-color: #534000;
}
</style>
border-color css
<style>
span { border-color: #534000; }
span { border-color: rgb(83,64,0); }
td.TdClassName
{
border-color: #534000;
}
.TagClassName
{
border-color: #534000;
}
</style>