Shades of Madras #533C03
Tints of Madras #533C03
RGB
CMYK
RGB Variations
Color information
#533C03 (or 0x533C03) is known color: Madras. HEX triplet: 53, 3C and 03. RGB value is (83,60,3). Sum of RGB (Red+Green+Blue) = 83+60+3=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C03 is #ACC3FC. Grayscale: #3C3C3C. Windows color (decimal): -11322365 or 212051. OLE color: 212051.
HSL color Cylindrical-coordinate representation of color #533C03: hue angle of 42.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #533C03 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 3 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.67 |
| HSL | 42.75º | 0.93% | 0.17% | - |
| HSV(B) | 42.75º | 0.96% | 0.33% | - |
| XYZ | 5.2 | 5.08 | 0.79 | - |
| YUV | 60.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 3 | 0 | 0.28 | 0.96 | 0.67 | 42.75 | 0.93 | 0.17 |
| Hex | 53 | 3C | 3 | 0 | 1C | 60 | 43 | 2B | 5D | 11 |
| Octal | 123 | 74 | 3 | 0 | 34 | 140 | 103 | 53 | 135 | 21 |
| Binary | 1010011 | 111100 | 11 | 0 | 11100 | 1100000 | 1000011 | 101011 | 1011101 | 10001 |
Color Harmonies of #533C03
Complementary color
Monochromatic Colors of #533C03
Black with #533C03
Text Example
Text Example
White with #533C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C03; }
p { color: rgb(83,60,3); }
H1.HeaderClassName
{
color: #533C03;
}
.AnyTagClassName
{
color: #533C03;
}
</style>
background-color css
<style>
a { background-color: #533C03; }
a { background-color: rgb(83,60,3); }
div.DivClassName
{
background-color: #533C03;
}
.BgClassName
{
background-color: #533C03;
}
</style>
border-color css
<style>
span { border-color: #533C03; }
span { border-color: rgb(83,60,3); }
td.TdClassName
{
border-color: #533C03;
}
.TagClassName
{
border-color: #533C03;
}
</style>