Shades of Madras #534004
Tints of Madras #534004
RGB
CMYK
RGB Variations
Color information
#534004 (or 0x534004) is known color: Madras. HEX triplet: 53, 40 and 04. RGB value is (83,64,4). Sum of RGB (Red+Green+Blue) = 83+64+4=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #534004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534004 is #ACBFFB. Grayscale: #3F3F3F. Windows color (decimal): -11321340 or 278611. OLE color: 278611.
HSL color Cylindrical-coordinate representation of color #534004: hue angle of 45.57º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #534004 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 4 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.67 |
| HSL | 45.57º | 0.91% | 0.17% | - |
| HSV(B) | 45.57º | 0.95% | 0.33% | - |
| XYZ | 5.42 | 5.51 | 0.89 | - |
| YUV | 62.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 4 | 0 | 0.23 | 0.95 | 0.67 | 45.57 | 0.91 | 0.17 |
| Hex | 53 | 40 | 4 | 0 | 17 | 5F | 43 | 2E | 5B | 11 |
| Octal | 123 | 100 | 4 | 0 | 27 | 137 | 103 | 56 | 133 | 21 |
| Binary | 1010011 | 1000000 | 100 | 0 | 10111 | 1011111 | 1000011 | 101110 | 1011011 | 10001 |
Color Harmonies of #534004
Complementary color
Monochromatic Colors of #534004
Black with #534004
Text Example
Text Example
White with #534004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534004; }
p { color: rgb(83,64,4); }
H1.HeaderClassName
{
color: #534004;
}
.AnyTagClassName
{
color: #534004;
}
</style>
background-color css
<style>
a { background-color: #534004; }
a { background-color: rgb(83,64,4); }
div.DivClassName
{
background-color: #534004;
}
.BgClassName
{
background-color: #534004;
}
</style>
border-color css
<style>
span { border-color: #534004; }
span { border-color: rgb(83,64,4); }
td.TdClassName
{
border-color: #534004;
}
.TagClassName
{
border-color: #534004;
}
</style>