Shades of Madras #533C12
Tints of Madras #533C12
RGB
CMYK
RGB Variations
Color information
#533C12 (or 0x533C12) is known color: Madras. HEX triplet: 53, 3C and 12. RGB value is (83,60,18). Sum of RGB (Red+Green+Blue) = 83+60+18=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #533C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C12 is #ACC3ED. Grayscale: #3E3E3E. Windows color (decimal): -11322350 or 1195091. OLE color: 1195091.
HSL color Cylindrical-coordinate representation of color #533C12: hue angle of 38.77º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533C12 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 18 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.67 |
| HSL | 38.77º | 0.64% | 0.2% | - |
| HSV(B) | 38.77º | 0.78% | 0.33% | - |
| XYZ | 5.29 | 5.11 | 1.28 | - |
| YUV | 62.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 18 | 0 | 0.28 | 0.78 | 0.67 | 38.77 | 0.64 | 0.2 |
| Hex | 53 | 3C | 12 | 0 | 1C | 4E | 43 | 27 | 40 | 14 |
| Octal | 123 | 74 | 22 | 0 | 34 | 116 | 103 | 47 | 100 | 24 |
| Binary | 1010011 | 111100 | 10010 | 0 | 11100 | 1001110 | 1000011 | 100111 | 1000000 | 10100 |
Color Harmonies of #533C12
Complementary color
Monochromatic Colors of #533C12
Black with #533C12
Text Example
Text Example
White with #533C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C12; }
p { color: rgb(83,60,18); }
H1.HeaderClassName
{
color: #533C12;
}
.AnyTagClassName
{
color: #533C12;
}
</style>
background-color css
<style>
a { background-color: #533C12; }
a { background-color: rgb(83,60,18); }
div.DivClassName
{
background-color: #533C12;
}
.BgClassName
{
background-color: #533C12;
}
</style>
border-color css
<style>
span { border-color: #533C12; }
span { border-color: rgb(83,60,18); }
td.TdClassName
{
border-color: #533C12;
}
.TagClassName
{
border-color: #533C12;
}
</style>