Shades of Madras #524121
Tints of Madras #524121
RGB
CMYK
RGB Variations
Color information
#524121 (or 0x524121) is known color: Madras. HEX triplet: 52, 41 and 21. RGB value is (82,65,33). Sum of RGB (Red+Green+Blue) = 82+65+33=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #524121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524121 is #ADBEDE. Grayscale: #424242. Windows color (decimal): -11386591 or 2179410. OLE color: 2179410.
HSL color Cylindrical-coordinate representation of color #524121: hue angle of 39.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524121 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 33 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.68 |
| HSL | 39.18º | 0.43% | 0.23% | - |
| HSV(B) | 39.18º | 0.6% | 0.32% | - |
| XYZ | 5.64 | 5.68 | 2.24 | - |
| YUV | 66.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 33 | 0 | 0.21 | 0.60 | 0.68 | 39.18 | 0.43 | 0.23 |
| Hex | 52 | 41 | 21 | 0 | 15 | 3C | 44 | 27 | 2B | 17 |
| Octal | 122 | 101 | 41 | 0 | 25 | 74 | 104 | 47 | 53 | 27 |
| Binary | 1010010 | 1000001 | 100001 | 0 | 10101 | 111100 | 1000100 | 100111 | 101011 | 10111 |
Color Harmonies of #524121
Complementary color
Monochromatic Colors of #524121
Black with #524121
Text Example
Text Example
White with #524121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524121; }
p { color: rgb(82,65,33); }
H1.HeaderClassName
{
color: #524121;
}
.AnyTagClassName
{
color: #524121;
}
</style>
background-color css
<style>
a { background-color: #524121; }
a { background-color: rgb(82,65,33); }
div.DivClassName
{
background-color: #524121;
}
.BgClassName
{
background-color: #524121;
}
</style>
border-color css
<style>
span { border-color: #524121; }
span { border-color: rgb(82,65,33); }
td.TdClassName
{
border-color: #524121;
}
.TagClassName
{
border-color: #524121;
}
</style>