Shades of Madras #55400C
Tints of Madras #55400C
RGB
CMYK
RGB Variations
Color information
#55400C (or 0x55400C) is known color: Madras. HEX triplet: 55, 40 and 0C. RGB value is (85,64,12). Sum of RGB (Red+Green+Blue) = 85+64+12=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55400C is #AABFF3. Grayscale: #404040. Windows color (decimal): -11190260 or 802901. OLE color: 802901.
HSL color Cylindrical-coordinate representation of color #55400C: hue angle of 42.74º 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 #55400C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 12 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.67 |
| HSL | 42.74º | 0.75% | 0.19% | - |
| HSV(B) | 42.74º | 0.86% | 0.33% | - |
| XYZ | 5.65 | 5.62 | 1.14 | - |
| YUV | 64.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 12 | 0 | 0.25 | 0.86 | 0.67 | 42.74 | 0.75 | 0.19 |
| Hex | 55 | 40 | C | 0 | 19 | 56 | 43 | 2B | 4B | 13 |
| Octal | 125 | 100 | 14 | 0 | 31 | 126 | 103 | 53 | 113 | 23 |
| Binary | 1010101 | 1000000 | 1100 | 0 | 11001 | 1010110 | 1000011 | 101011 | 1001011 | 10011 |
Color Harmonies of #55400C
Complementary color
Monochromatic Colors of #55400C
Black with #55400C
Text Example
Text Example
White with #55400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55400C; }
p { color: rgb(85,64,12); }
H1.HeaderClassName
{
color: #55400C;
}
.AnyTagClassName
{
color: #55400C;
}
</style>
background-color css
<style>
a { background-color: #55400C; }
a { background-color: rgb(85,64,12); }
div.DivClassName
{
background-color: #55400C;
}
.BgClassName
{
background-color: #55400C;
}
</style>
border-color css
<style>
span { border-color: #55400C; }
span { border-color: rgb(85,64,12); }
td.TdClassName
{
border-color: #55400C;
}
.TagClassName
{
border-color: #55400C;
}
</style>