Shades of Madras #523B00
Tints of Madras #523B00
RGB
CMYK
RGB Variations
Color information
#523B00 (or 0x523B00) is known color: Madras. HEX triplet: 52, 3B and 00. RGB value is (82,59,0). Sum of RGB (Red+Green+Blue) = 82+59+0=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B00 is #ADC4FF. Grayscale: #3B3B3B. Windows color (decimal): -11388160 or 15186. OLE color: 15186.
HSL color Cylindrical-coordinate representation of color #523B00: hue angle of 43.17º 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 #523B00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.68 |
| HSL | 43.17º | 1% | 0.16% | - |
| HSV(B) | 43.17º | 1% | 0.32% | - |
| XYZ | 5.04 | 4.92 | 0.68 | - |
| YUV | 59.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 0 | 0 | 0.28 | 1 | 0.68 | 43.17 | 1 | 0.16 |
| Hex | 52 | 3B | 0 | 0 | 1C | 64 | 44 | 2B | 64 | 10 |
| Octal | 122 | 73 | 0 | 0 | 34 | 144 | 104 | 53 | 144 | 20 |
| Binary | 1010010 | 111011 | 0 | 0 | 11100 | 1100100 | 1000100 | 101011 | 1100100 | 10000 |
Color Harmonies of #523B00
Complementary color
Monochromatic Colors of #523B00
Black with #523B00
Text Example
Text Example
White with #523B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B00; }
p { color: rgb(82,59,0); }
H1.HeaderClassName
{
color: #523B00;
}
.AnyTagClassName
{
color: #523B00;
}
</style>
background-color css
<style>
a { background-color: #523B00; }
a { background-color: rgb(82,59,0); }
div.DivClassName
{
background-color: #523B00;
}
.BgClassName
{
background-color: #523B00;
}
</style>
border-color css
<style>
span { border-color: #523B00; }
span { border-color: rgb(82,59,0); }
td.TdClassName
{
border-color: #523B00;
}
.TagClassName
{
border-color: #523B00;
}
</style>