Shades of Madras #533E01
Tints of Madras #533E01
RGB
CMYK
RGB Variations
Color information
#533E01 (or 0x533E01) is known color: Madras. HEX triplet: 53, 3E and 01. RGB value is (83,62,1). Sum of RGB (Red+Green+Blue) = 83+62+1=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E01 is #ACC1FE. Grayscale: #3D3D3D. Windows color (decimal): -11321855 or 81491. OLE color: 81491.
HSL color Cylindrical-coordinate representation of color #533E01: hue angle of 44.63º 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 #533E01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.67 |
| HSL | 44.63º | 0.98% | 0.16% | - |
| HSV(B) | 44.63º | 0.99% | 0.33% | - |
| XYZ | 5.3 | 5.29 | 0.77 | - |
| YUV | 61.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 1 | 0 | 0.25 | 0.99 | 0.67 | 44.63 | 0.98 | 0.16 |
| Hex | 53 | 3E | 1 | 0 | 19 | 63 | 43 | 2D | 62 | 10 |
| Octal | 123 | 76 | 1 | 0 | 31 | 143 | 103 | 55 | 142 | 20 |
| Binary | 1010011 | 111110 | 1 | 0 | 11001 | 1100011 | 1000011 | 101101 | 1100010 | 10000 |
Color Harmonies of #533E01
Complementary color
Monochromatic Colors of #533E01
Black with #533E01
Text Example
Text Example
White with #533E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E01; }
p { color: rgb(83,62,1); }
H1.HeaderClassName
{
color: #533E01;
}
.AnyTagClassName
{
color: #533E01;
}
</style>
background-color css
<style>
a { background-color: #533E01; }
a { background-color: rgb(83,62,1); }
div.DivClassName
{
background-color: #533E01;
}
.BgClassName
{
background-color: #533E01;
}
</style>
border-color css
<style>
span { border-color: #533E01; }
span { border-color: rgb(83,62,1); }
td.TdClassName
{
border-color: #533E01;
}
.TagClassName
{
border-color: #533E01;
}
</style>