Shades of Madras #533C14
Tints of Madras #533C14
RGB
CMYK
RGB Variations
Color information
#533C14 (or 0x533C14) is known color: Madras. HEX triplet: 53, 3C and 14. RGB value is (83,60,20). Sum of RGB (Red+Green+Blue) = 83+60+20=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C14 is #ACC3EB. Grayscale: #3E3E3E. Windows color (decimal): -11322348 or 1326163. OLE color: 1326163.
HSL color Cylindrical-coordinate representation of color #533C14: hue angle of 38.1º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533C14 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 20 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.67 |
| HSL | 38.1º | 0.61% | 0.2% | - |
| HSV(B) | 38.1º | 0.76% | 0.33% | - |
| XYZ | 5.31 | 5.12 | 1.37 | - |
| YUV | 62.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 20 | 0 | 0.28 | 0.76 | 0.67 | 38.1 | 0.61 | 0.2 |
| Hex | 53 | 3C | 14 | 0 | 1C | 4C | 43 | 26 | 3D | 14 |
| Octal | 123 | 74 | 24 | 0 | 34 | 114 | 103 | 46 | 75 | 24 |
| Binary | 1010011 | 111100 | 10100 | 0 | 11100 | 1001100 | 1000011 | 100110 | 111101 | 10100 |
Color Harmonies of #533C14
Complementary color
Monochromatic Colors of #533C14
Black with #533C14
Text Example
Text Example
White with #533C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C14; }
p { color: rgb(83,60,20); }
H1.HeaderClassName
{
color: #533C14;
}
.AnyTagClassName
{
color: #533C14;
}
</style>
background-color css
<style>
a { background-color: #533C14; }
a { background-color: rgb(83,60,20); }
div.DivClassName
{
background-color: #533C14;
}
.BgClassName
{
background-color: #533C14;
}
</style>
border-color css
<style>
span { border-color: #533C14; }
span { border-color: rgb(83,60,20); }
td.TdClassName
{
border-color: #533C14;
}
.TagClassName
{
border-color: #533C14;
}
</style>