Shades of Madras #523C00
Tints of Madras #523C00
RGB
CMYK
RGB Variations
Color information
#523C00 (or 0x523C00) is known color: Madras. HEX triplet: 52, 3C and 00. RGB value is (82,60,0). Sum of RGB (Red+Green+Blue) = 82+60+0=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #523C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C00 is #ADC3FF. Grayscale: #3C3C3C. Windows color (decimal): -11387904 or 15442. OLE color: 15442.
HSL color Cylindrical-coordinate representation of color #523C00: hue angle of 43.9º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #523C00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.68 |
| HSL | 43.9º | 1% | 0.16% | - |
| HSV(B) | 43.9º | 1% | 0.32% | - |
| XYZ | 5.1 | 5.03 | 0.7 | - |
| YUV | 59.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 0 | 0 | 0.27 | 1 | 0.68 | 43.9 | 1 | 0.16 |
| Hex | 52 | 3C | 0 | 0 | 1B | 64 | 44 | 2C | 64 | 10 |
| Octal | 122 | 74 | 0 | 0 | 33 | 144 | 104 | 54 | 144 | 20 |
| Binary | 1010010 | 111100 | 0 | 0 | 11011 | 1100100 | 1000100 | 101100 | 1100100 | 10000 |
Color Harmonies of #523C00
Complementary color
Monochromatic Colors of #523C00
Black with #523C00
Text Example
Text Example
White with #523C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C00; }
p { color: rgb(82,60,0); }
H1.HeaderClassName
{
color: #523C00;
}
.AnyTagClassName
{
color: #523C00;
}
</style>
background-color css
<style>
a { background-color: #523C00; }
a { background-color: rgb(82,60,0); }
div.DivClassName
{
background-color: #523C00;
}
.BgClassName
{
background-color: #523C00;
}
</style>
border-color css
<style>
span { border-color: #523C00; }
span { border-color: rgb(82,60,0); }
td.TdClassName
{
border-color: #523C00;
}
.TagClassName
{
border-color: #523C00;
}
</style>