Shades of Madras #523B07
Tints of Madras #523B07
RGB
CMYK
RGB Variations
Color information
#523B07 (or 0x523B07) is known color: Madras. HEX triplet: 52, 3B and 07. RGB value is (82,59,7). Sum of RGB (Red+Green+Blue) = 82+59+7=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B07 is #ADC4F8. Grayscale: #3C3C3C. Windows color (decimal): -11388153 or 473938. OLE color: 473938.
HSL color Cylindrical-coordinate representation of color #523B07: hue angle of 41.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #523B07 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 7 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.68 |
| HSL | 41.6º | 0.84% | 0.17% | - |
| HSV(B) | 41.6º | 0.91% | 0.32% | - |
| XYZ | 5.08 | 4.94 | 0.89 | - |
| YUV | 59.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 7 | 0 | 0.28 | 0.91 | 0.68 | 41.6 | 0.84 | 0.17 |
| Hex | 52 | 3B | 7 | 0 | 1C | 5B | 44 | 2A | 54 | 11 |
| Octal | 122 | 73 | 7 | 0 | 34 | 133 | 104 | 52 | 124 | 21 |
| Binary | 1010010 | 111011 | 111 | 0 | 11100 | 1011011 | 1000100 | 101010 | 1010100 | 10001 |
Color Harmonies of #523B07
Complementary color
Monochromatic Colors of #523B07
Black with #523B07
Text Example
Text Example
White with #523B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B07; }
p { color: rgb(82,59,7); }
H1.HeaderClassName
{
color: #523B07;
}
.AnyTagClassName
{
color: #523B07;
}
</style>
background-color css
<style>
a { background-color: #523B07; }
a { background-color: rgb(82,59,7); }
div.DivClassName
{
background-color: #523B07;
}
.BgClassName
{
background-color: #523B07;
}
</style>
border-color css
<style>
span { border-color: #523B07; }
span { border-color: rgb(82,59,7); }
td.TdClassName
{
border-color: #523B07;
}
.TagClassName
{
border-color: #523B07;
}
</style>