Shades of Madras #523D01
Tints of Madras #523D01
RGB
CMYK
RGB Variations
Color information
#523D01 (or 0x523D01) is known color: Madras. HEX triplet: 52, 3D and 01. RGB value is (82,61,1). Sum of RGB (Red+Green+Blue) = 82+61+1=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #523D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D01 is #ADC2FE. Grayscale: #3C3C3C. Windows color (decimal): -11387647 or 81234. OLE color: 81234.
HSL color Cylindrical-coordinate representation of color #523D01: hue angle of 44.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #523D01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.68 |
| HSL | 44.44º | 0.98% | 0.16% | - |
| HSV(B) | 44.44º | 0.99% | 0.32% | - |
| XYZ | 5.15 | 5.13 | 0.75 | - |
| YUV | 60.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 1 | 0 | 0.26 | 0.99 | 0.68 | 44.44 | 0.98 | 0.16 |
| Hex | 52 | 3D | 1 | 0 | 1A | 63 | 44 | 2C | 62 | 10 |
| Octal | 122 | 75 | 1 | 0 | 32 | 143 | 104 | 54 | 142 | 20 |
| Binary | 1010010 | 111101 | 1 | 0 | 11010 | 1100011 | 1000100 | 101100 | 1100010 | 10000 |
Color Harmonies of #523D01
Complementary color
Monochromatic Colors of #523D01
Black with #523D01
Text Example
Text Example
White with #523D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D01; }
p { color: rgb(82,61,1); }
H1.HeaderClassName
{
color: #523D01;
}
.AnyTagClassName
{
color: #523D01;
}
</style>
background-color css
<style>
a { background-color: #523D01; }
a { background-color: rgb(82,61,1); }
div.DivClassName
{
background-color: #523D01;
}
.BgClassName
{
background-color: #523D01;
}
</style>
border-color css
<style>
span { border-color: #523D01; }
span { border-color: rgb(82,61,1); }
td.TdClassName
{
border-color: #523D01;
}
.TagClassName
{
border-color: #523D01;
}
</style>