Shades of Madras #55400D
Tints of Madras #55400D
RGB
CMYK
RGB Variations
Color information
#55400D (or 0x55400D) is known color: Madras. HEX triplet: 55, 40 and 0D. RGB value is (85,64,13). Sum of RGB (Red+Green+Blue) = 85+64+13=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55400D is #AABFF2. Grayscale: #404040. Windows color (decimal): -11190259 or 868437. OLE color: 868437.
HSL color Cylindrical-coordinate representation of color #55400D: hue angle of 42.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55400D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 13 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.67 |
| HSL | 42.5º | 0.73% | 0.19% | - |
| HSV(B) | 42.5º | 0.85% | 0.33% | - |
| XYZ | 5.65 | 5.63 | 1.17 | - |
| YUV | 64.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 13 | 0 | 0.25 | 0.85 | 0.67 | 42.5 | 0.73 | 0.19 |
| Hex | 55 | 40 | D | 0 | 19 | 55 | 43 | 2A | 49 | 13 |
| Octal | 125 | 100 | 15 | 0 | 31 | 125 | 103 | 52 | 111 | 23 |
| Binary | 1010101 | 1000000 | 1101 | 0 | 11001 | 1010101 | 1000011 | 101010 | 1001001 | 10011 |
Color Harmonies of #55400D
Complementary color
Monochromatic Colors of #55400D
Black with #55400D
Text Example
Text Example
White with #55400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55400D; }
p { color: rgb(85,64,13); }
H1.HeaderClassName
{
color: #55400D;
}
.AnyTagClassName
{
color: #55400D;
}
</style>
background-color css
<style>
a { background-color: #55400D; }
a { background-color: rgb(85,64,13); }
div.DivClassName
{
background-color: #55400D;
}
.BgClassName
{
background-color: #55400D;
}
</style>
border-color css
<style>
span { border-color: #55400D; }
span { border-color: rgb(85,64,13); }
td.TdClassName
{
border-color: #55400D;
}
.TagClassName
{
border-color: #55400D;
}
</style>