Shades of Madras #533E16
Tints of Madras #533E16
RGB
CMYK
RGB Variations
Color information
#533E16 (or 0x533E16) is known color: Madras. HEX triplet: 53, 3E and 16. RGB value is (83,62,22). Sum of RGB (Red+Green+Blue) = 83+62+22=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #533E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E16 is #ACC1E9. Grayscale: #3F3F3F. Windows color (decimal): -11321834 or 1457747. OLE color: 1457747.
HSL color Cylindrical-coordinate representation of color #533E16: hue angle of 39.34º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533E16 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 22 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.67 |
| HSL | 39.34º | 0.58% | 0.21% | - |
| HSV(B) | 39.34º | 0.73% | 0.33% | - |
| XYZ | 5.43 | 5.34 | 1.5 | - |
| YUV | 63.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 22 | 0 | 0.25 | 0.73 | 0.67 | 39.34 | 0.58 | 0.21 |
| Hex | 53 | 3E | 16 | 0 | 19 | 49 | 43 | 27 | 3A | 15 |
| Octal | 123 | 76 | 26 | 0 | 31 | 111 | 103 | 47 | 72 | 25 |
| Binary | 1010011 | 111110 | 10110 | 0 | 11001 | 1001001 | 1000011 | 100111 | 111010 | 10101 |
Color Harmonies of #533E16
Complementary color
Monochromatic Colors of #533E16
Black with #533E16
Text Example
Text Example
White with #533E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E16; }
p { color: rgb(83,62,22); }
H1.HeaderClassName
{
color: #533E16;
}
.AnyTagClassName
{
color: #533E16;
}
</style>
background-color css
<style>
a { background-color: #533E16; }
a { background-color: rgb(83,62,22); }
div.DivClassName
{
background-color: #533E16;
}
.BgClassName
{
background-color: #533E16;
}
</style>
border-color css
<style>
span { border-color: #533E16; }
span { border-color: rgb(83,62,22); }
td.TdClassName
{
border-color: #533E16;
}
.TagClassName
{
border-color: #533E16;
}
</style>