Shades of Madras #533C11
Tints of Madras #533C11
RGB
CMYK
RGB Variations
Color information
#533C11 (or 0x533C11) is known color: Madras. HEX triplet: 53, 3C and 11. RGB value is (83,60,17). Sum of RGB (Red+Green+Blue) = 83+60+17=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C11 is #ACC3EE. Grayscale: #3E3E3E. Windows color (decimal): -11322351 or 1129555. OLE color: 1129555.
HSL color Cylindrical-coordinate representation of color #533C11: hue angle of 39.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533C11 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 17 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.67 |
| HSL | 39.09º | 0.66% | 0.2% | - |
| HSV(B) | 39.09º | 0.8% | 0.33% | - |
| XYZ | 5.28 | 5.11 | 1.24 | - |
| YUV | 61.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 17 | 0 | 0.28 | 0.80 | 0.67 | 39.09 | 0.66 | 0.2 |
| Hex | 53 | 3C | 11 | 0 | 1C | 50 | 43 | 27 | 42 | 14 |
| Octal | 123 | 74 | 21 | 0 | 34 | 120 | 103 | 47 | 102 | 24 |
| Binary | 1010011 | 111100 | 10001 | 0 | 11100 | 1010000 | 1000011 | 100111 | 1000010 | 10100 |
Color Harmonies of #533C11
Complementary color
Monochromatic Colors of #533C11
Black with #533C11
Text Example
Text Example
White with #533C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C11; }
p { color: rgb(83,60,17); }
H1.HeaderClassName
{
color: #533C11;
}
.AnyTagClassName
{
color: #533C11;
}
</style>
background-color css
<style>
a { background-color: #533C11; }
a { background-color: rgb(83,60,17); }
div.DivClassName
{
background-color: #533C11;
}
.BgClassName
{
background-color: #533C11;
}
</style>
border-color css
<style>
span { border-color: #533C11; }
span { border-color: rgb(83,60,17); }
td.TdClassName
{
border-color: #533C11;
}
.TagClassName
{
border-color: #533C11;
}
</style>