Shades of Madras #523E1C
Tints of Madras #523E1C
RGB
CMYK
RGB Variations
Color information
#523E1C (or 0x523E1C) is known color: Madras. HEX triplet: 52, 3E and 1C. RGB value is (82,62,28). Sum of RGB (Red+Green+Blue) = 82+62+28=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E1C is #ADC1E3. Grayscale: #404040. Windows color (decimal): -11387364 or 1850962. OLE color: 1850962.
HSL color Cylindrical-coordinate representation of color #523E1C: hue angle of 37.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523E1C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 28 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.68 |
| HSL | 37.78º | 0.49% | 0.22% | - |
| HSV(B) | 37.78º | 0.66% | 0.32% | - |
| XYZ | 5.41 | 5.32 | 1.84 | - |
| YUV | 64.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 28 | 0 | 0.24 | 0.66 | 0.68 | 37.78 | 0.49 | 0.22 |
| Hex | 52 | 3E | 1C | 0 | 18 | 42 | 44 | 26 | 31 | 16 |
| Octal | 122 | 76 | 34 | 0 | 30 | 102 | 104 | 46 | 61 | 26 |
| Binary | 1010010 | 111110 | 11100 | 0 | 11000 | 1000010 | 1000100 | 100110 | 110001 | 10110 |
Color Harmonies of #523E1C
Complementary color
Monochromatic Colors of #523E1C
Black with #523E1C
Text Example
Text Example
White with #523E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E1C; }
p { color: rgb(82,62,28); }
H1.HeaderClassName
{
color: #523E1C;
}
.AnyTagClassName
{
color: #523E1C;
}
</style>
background-color css
<style>
a { background-color: #523E1C; }
a { background-color: rgb(82,62,28); }
div.DivClassName
{
background-color: #523E1C;
}
.BgClassName
{
background-color: #523E1C;
}
</style>
border-color css
<style>
span { border-color: #523E1C; }
span { border-color: rgb(82,62,28); }
td.TdClassName
{
border-color: #523E1C;
}
.TagClassName
{
border-color: #523E1C;
}
</style>