Shades of Madras #533C0C
Tints of Madras #533C0C
RGB
CMYK
RGB Variations
Color information
#533C0C (or 0x533C0C) is known color: Madras. HEX triplet: 53, 3C and 0C. RGB value is (83,60,12). Sum of RGB (Red+Green+Blue) = 83+60+12=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C0C is #ACC3F3. Grayscale: #3D3D3D. Windows color (decimal): -11322356 or 801875. OLE color: 801875.
HSL color Cylindrical-coordinate representation of color #533C0C: hue angle of 40.56º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #533C0C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 12 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.67 |
| HSL | 40.56º | 0.75% | 0.19% | - |
| HSV(B) | 40.56º | 0.86% | 0.33% | - |
| XYZ | 5.25 | 5.1 | 1.06 | - |
| YUV | 61.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 12 | 0 | 0.28 | 0.86 | 0.67 | 40.56 | 0.75 | 0.19 |
| Hex | 53 | 3C | C | 0 | 1C | 56 | 43 | 29 | 4B | 13 |
| Octal | 123 | 74 | 14 | 0 | 34 | 126 | 103 | 51 | 113 | 23 |
| Binary | 1010011 | 111100 | 1100 | 0 | 11100 | 1010110 | 1000011 | 101001 | 1001011 | 10011 |
Color Harmonies of #533C0C
Complementary color
Monochromatic Colors of #533C0C
Black with #533C0C
Text Example
Text Example
White with #533C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C0C; }
p { color: rgb(83,60,12); }
H1.HeaderClassName
{
color: #533C0C;
}
.AnyTagClassName
{
color: #533C0C;
}
</style>
background-color css
<style>
a { background-color: #533C0C; }
a { background-color: rgb(83,60,12); }
div.DivClassName
{
background-color: #533C0C;
}
.BgClassName
{
background-color: #533C0C;
}
</style>
border-color css
<style>
span { border-color: #533C0C; }
span { border-color: rgb(83,60,12); }
td.TdClassName
{
border-color: #533C0C;
}
.TagClassName
{
border-color: #533C0C;
}
</style>