Shades of Madras #534501
Tints of Madras #534501
RGB
CMYK
RGB Variations
Color information
#534501 (or 0x534501) is known color: Madras. HEX triplet: 53, 45 and 01. RGB value is (83,69,1). Sum of RGB (Red+Green+Blue) = 83+69+1=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534501 is #ACBAFE. Grayscale: #414141. Windows color (decimal): -11320063 or 83283. OLE color: 83283.
HSL color Cylindrical-coordinate representation of color #534501: hue angle of 49.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534501 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.67 |
| HSL | 49.76º | 0.98% | 0.16% | - |
| HSV(B) | 49.76º | 0.99% | 0.33% | - |
| XYZ | 5.7 | 6.1 | 0.91 | - |
| YUV | 65.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 1 | 0 | 0.17 | 0.99 | 0.67 | 49.76 | 0.98 | 0.16 |
| Hex | 53 | 45 | 1 | 0 | 11 | 63 | 43 | 32 | 62 | 10 |
| Octal | 123 | 105 | 1 | 0 | 21 | 143 | 103 | 62 | 142 | 20 |
| Binary | 1010011 | 1000101 | 1 | 0 | 10001 | 1100011 | 1000011 | 110010 | 1100010 | 10000 |
Color Harmonies of #534501
Complementary color
Monochromatic Colors of #534501
Black with #534501
Text Example
Text Example
White with #534501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534501; }
p { color: rgb(83,69,1); }
H1.HeaderClassName
{
color: #534501;
}
.AnyTagClassName
{
color: #534501;
}
</style>
background-color css
<style>
a { background-color: #534501; }
a { background-color: rgb(83,69,1); }
div.DivClassName
{
background-color: #534501;
}
.BgClassName
{
background-color: #534501;
}
</style>
border-color css
<style>
span { border-color: #534501; }
span { border-color: rgb(83,69,1); }
td.TdClassName
{
border-color: #534501;
}
.TagClassName
{
border-color: #534501;
}
</style>