Shades of Madras #52401E
Tints of Madras #52401E
RGB
CMYK
RGB Variations
Color information
#52401E (or 0x52401E) is known color: Madras. HEX triplet: 52, 40 and 1E. RGB value is (82,64,30). Sum of RGB (Red+Green+Blue) = 82+64+30=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401E is #ADBFE1. Grayscale: #414141. Windows color (decimal): -11386850 or 1982546. OLE color: 1982546.
HSL color Cylindrical-coordinate representation of color #52401E: hue angle of 39.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52401E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 30 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.68 |
| HSL | 39.23º | 0.46% | 0.22% | - |
| HSV(B) | 39.23º | 0.63% | 0.32% | - |
| XYZ | 5.55 | 5.55 | 2.01 | - |
| YUV | 65.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 30 | 0 | 0.22 | 0.63 | 0.68 | 39.23 | 0.46 | 0.22 |
| Hex | 52 | 40 | 1E | 0 | 16 | 3F | 44 | 27 | 2E | 16 |
| Octal | 122 | 100 | 36 | 0 | 26 | 77 | 104 | 47 | 56 | 26 |
| Binary | 1010010 | 1000000 | 11110 | 0 | 10110 | 111111 | 1000100 | 100111 | 101110 | 10110 |
Color Harmonies of #52401E
Complementary color
Monochromatic Colors of #52401E
Black with #52401E
Text Example
Text Example
White with #52401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52401E; }
p { color: rgb(82,64,30); }
H1.HeaderClassName
{
color: #52401E;
}
.AnyTagClassName
{
color: #52401E;
}
</style>
background-color css
<style>
a { background-color: #52401E; }
a { background-color: rgb(82,64,30); }
div.DivClassName
{
background-color: #52401E;
}
.BgClassName
{
background-color: #52401E;
}
</style>
border-color css
<style>
span { border-color: #52401E; }
span { border-color: rgb(82,64,30); }
td.TdClassName
{
border-color: #52401E;
}
.TagClassName
{
border-color: #52401E;
}
</style>