Shades of Madras #523F1B
Tints of Madras #523F1B
RGB
CMYK
RGB Variations
Color information
#523F1B (or 0x523F1B) is known color: Madras. HEX triplet: 52, 3F and 1B. RGB value is (82,63,27). Sum of RGB (Red+Green+Blue) = 82+63+27=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F1B is #ADC0E4. Grayscale: #404040. Windows color (decimal): -11387109 or 1785682. OLE color: 1785682.
HSL color Cylindrical-coordinate representation of color #523F1B: hue angle of 39.27º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523F1B is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 27 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.68 |
| HSL | 39.27º | 0.5% | 0.21% | - |
| HSV(B) | 39.27º | 0.67% | 0.32% | - |
| XYZ | 5.46 | 5.43 | 1.8 | - |
| YUV | 64.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 27 | 0 | 0.23 | 0.67 | 0.68 | 39.27 | 0.5 | 0.21 |
| Hex | 52 | 3F | 1B | 0 | 17 | 43 | 44 | 27 | 32 | 15 |
| Octal | 122 | 77 | 33 | 0 | 27 | 103 | 104 | 47 | 62 | 25 |
| Binary | 1010010 | 111111 | 11011 | 0 | 10111 | 1000011 | 1000100 | 100111 | 110010 | 10101 |
Color Harmonies of #523F1B
Complementary color
Monochromatic Colors of #523F1B
Black with #523F1B
Text Example
Text Example
White with #523F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F1B; }
p { color: rgb(82,63,27); }
H1.HeaderClassName
{
color: #523F1B;
}
.AnyTagClassName
{
color: #523F1B;
}
</style>
background-color css
<style>
a { background-color: #523F1B; }
a { background-color: rgb(82,63,27); }
div.DivClassName
{
background-color: #523F1B;
}
.BgClassName
{
background-color: #523F1B;
}
</style>
border-color css
<style>
span { border-color: #523F1B; }
span { border-color: rgb(82,63,27); }
td.TdClassName
{
border-color: #523F1B;
}
.TagClassName
{
border-color: #523F1B;
}
</style>