Shades of Madras #523C03
Tints of Madras #523C03
RGB
CMYK
RGB Variations
Color information
#523C03 (or 0x523C03) is known color: Madras. HEX triplet: 52, 3C and 03. RGB value is (82,60,3). Sum of RGB (Red+Green+Blue) = 82+60+3=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C03 is #ADC3FC. Grayscale: #3C3C3C. Windows color (decimal): -11387901 or 212050. OLE color: 212050.
HSL color Cylindrical-coordinate representation of color #523C03: hue angle of 43.29º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #523C03 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 3 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.68 |
| HSL | 43.29º | 0.93% | 0.17% | - |
| HSV(B) | 43.29º | 0.96% | 0.32% | - |
| XYZ | 5.11 | 5.03 | 0.79 | - |
| YUV | 60.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 3 | 0 | 0.27 | 0.96 | 0.68 | 43.29 | 0.93 | 0.17 |
| Hex | 52 | 3C | 3 | 0 | 1B | 60 | 44 | 2B | 5D | 11 |
| Octal | 122 | 74 | 3 | 0 | 33 | 140 | 104 | 53 | 135 | 21 |
| Binary | 1010010 | 111100 | 11 | 0 | 11011 | 1100000 | 1000100 | 101011 | 1011101 | 10001 |
Color Harmonies of #523C03
Complementary color
Monochromatic Colors of #523C03
Black with #523C03
Text Example
Text Example
White with #523C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C03; }
p { color: rgb(82,60,3); }
H1.HeaderClassName
{
color: #523C03;
}
.AnyTagClassName
{
color: #523C03;
}
</style>
background-color css
<style>
a { background-color: #523C03; }
a { background-color: rgb(82,60,3); }
div.DivClassName
{
background-color: #523C03;
}
.BgClassName
{
background-color: #523C03;
}
</style>
border-color css
<style>
span { border-color: #523C03; }
span { border-color: rgb(82,60,3); }
td.TdClassName
{
border-color: #523C03;
}
.TagClassName
{
border-color: #523C03;
}
</style>