Shades of Madras #523D0B
Tints of Madras #523D0B
RGB
CMYK
RGB Variations
Color information
#523D0B (or 0x523D0B) is known color: Madras. HEX triplet: 52, 3D and 0B. RGB value is (82,61,11). Sum of RGB (Red+Green+Blue) = 82+61+11=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D0B is #ADC2F4. Grayscale: #3D3D3D. Windows color (decimal): -11387637 or 736594. OLE color: 736594.
HSL color Cylindrical-coordinate representation of color #523D0B: hue angle of 42.25º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #523D0B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 11 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.68 |
| HSL | 42.25º | 0.76% | 0.18% | - |
| HSV(B) | 42.25º | 0.87% | 0.32% | - |
| XYZ | 5.21 | 5.16 | 1.04 | - |
| YUV | 61.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 11 | 0 | 0.26 | 0.87 | 0.68 | 42.25 | 0.76 | 0.18 |
| Hex | 52 | 3D | B | 0 | 1A | 57 | 44 | 2A | 4C | 12 |
| Octal | 122 | 75 | 13 | 0 | 32 | 127 | 104 | 52 | 114 | 22 |
| Binary | 1010010 | 111101 | 1011 | 0 | 11010 | 1010111 | 1000100 | 101010 | 1001100 | 10010 |
Color Harmonies of #523D0B
Complementary color
Monochromatic Colors of #523D0B
Black with #523D0B
Text Example
Text Example
White with #523D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D0B; }
p { color: rgb(82,61,11); }
H1.HeaderClassName
{
color: #523D0B;
}
.AnyTagClassName
{
color: #523D0B;
}
</style>
background-color css
<style>
a { background-color: #523D0B; }
a { background-color: rgb(82,61,11); }
div.DivClassName
{
background-color: #523D0B;
}
.BgClassName
{
background-color: #523D0B;
}
</style>
border-color css
<style>
span { border-color: #523D0B; }
span { border-color: rgb(82,61,11); }
td.TdClassName
{
border-color: #523D0B;
}
.TagClassName
{
border-color: #523D0B;
}
</style>