Shades of Madras #533F16
Tints of Madras #533F16
RGB
CMYK
RGB Variations
Color information
#533F16 (or 0x533F16) is known color: Madras. HEX triplet: 53, 3F and 16. RGB value is (83,63,22). Sum of RGB (Red+Green+Blue) = 83+63+22=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F16 is #ACC0E9. Grayscale: #404040. Windows color (decimal): -11321578 or 1458003. OLE color: 1458003.
HSL color Cylindrical-coordinate representation of color #533F16: hue angle of 40.33º 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 #533F16 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 22 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.67 |
| HSL | 40.33º | 0.58% | 0.21% | - |
| HSV(B) | 40.33º | 0.73% | 0.33% | - |
| XYZ | 5.49 | 5.45 | 1.52 | - |
| YUV | 64.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 22 | 0 | 0.24 | 0.73 | 0.67 | 40.33 | 0.58 | 0.21 |
| Hex | 53 | 3F | 16 | 0 | 18 | 49 | 43 | 28 | 3A | 15 |
| Octal | 123 | 77 | 26 | 0 | 30 | 111 | 103 | 50 | 72 | 25 |
| Binary | 1010011 | 111111 | 10110 | 0 | 11000 | 1001001 | 1000011 | 101000 | 111010 | 10101 |
Color Harmonies of #533F16
Complementary color
Monochromatic Colors of #533F16
Black with #533F16
Text Example
Text Example
White with #533F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F16; }
p { color: rgb(83,63,22); }
H1.HeaderClassName
{
color: #533F16;
}
.AnyTagClassName
{
color: #533F16;
}
</style>
background-color css
<style>
a { background-color: #533F16; }
a { background-color: rgb(83,63,22); }
div.DivClassName
{
background-color: #533F16;
}
.BgClassName
{
background-color: #533F16;
}
</style>
border-color css
<style>
span { border-color: #533F16; }
span { border-color: rgb(83,63,22); }
td.TdClassName
{
border-color: #533F16;
}
.TagClassName
{
border-color: #533F16;
}
</style>