Shades of Madras #55410C
Tints of Madras #55410C
RGB
CMYK
RGB Variations
Color information
#55410C (or 0x55410C) is known color: Madras. HEX triplet: 55, 41 and 0C. RGB value is (85,65,12). Sum of RGB (Red+Green+Blue) = 85+65+12=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410C is #AABEF3. Grayscale: #414141. Windows color (decimal): -11190004 or 803157. OLE color: 803157.
HSL color Cylindrical-coordinate representation of color #55410C: hue angle of 43.56º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55410C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 12 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.67 |
| HSL | 43.56º | 0.75% | 0.19% | - |
| HSV(B) | 43.56º | 0.86% | 0.33% | - |
| XYZ | 5.7 | 5.74 | 1.15 | - |
| YUV | 64.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 12 | 0 | 0.24 | 0.86 | 0.67 | 43.56 | 0.75 | 0.19 |
| Hex | 55 | 41 | C | 0 | 18 | 56 | 43 | 2C | 4B | 13 |
| Octal | 125 | 101 | 14 | 0 | 30 | 126 | 103 | 54 | 113 | 23 |
| Binary | 1010101 | 1000001 | 1100 | 0 | 11000 | 1010110 | 1000011 | 101100 | 1001011 | 10011 |
Color Harmonies of #55410C
Complementary color
Monochromatic Colors of #55410C
Black with #55410C
Text Example
Text Example
White with #55410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55410C; }
p { color: rgb(85,65,12); }
H1.HeaderClassName
{
color: #55410C;
}
.AnyTagClassName
{
color: #55410C;
}
</style>
background-color css
<style>
a { background-color: #55410C; }
a { background-color: rgb(85,65,12); }
div.DivClassName
{
background-color: #55410C;
}
.BgClassName
{
background-color: #55410C;
}
</style>
border-color css
<style>
span { border-color: #55410C; }
span { border-color: rgb(85,65,12); }
td.TdClassName
{
border-color: #55410C;
}
.TagClassName
{
border-color: #55410C;
}
</style>