Shades of Madras #554114
Tints of Madras #554114
RGB
CMYK
RGB Variations
Color information
#554114 (or 0x554114) is known color: Madras. HEX triplet: 55, 41 and 14. RGB value is (85,65,20). Sum of RGB (Red+Green+Blue) = 85+65+20=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #554114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554114 is #AABEEB. Grayscale: #424242. Windows color (decimal): -11189996 or 1327445. OLE color: 1327445.
HSL color Cylindrical-coordinate representation of color #554114: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554114 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 20 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.67 |
| HSL | 41.54º | 0.62% | 0.21% | - |
| HSV(B) | 41.54º | 0.76% | 0.33% | - |
| XYZ | 5.76 | 5.76 | 1.47 | - |
| YUV | 65.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 20 | 0 | 0.24 | 0.76 | 0.67 | 41.54 | 0.62 | 0.21 |
| Hex | 55 | 41 | 14 | 0 | 18 | 4C | 43 | 2A | 3E | 15 |
| Octal | 125 | 101 | 24 | 0 | 30 | 114 | 103 | 52 | 76 | 25 |
| Binary | 1010101 | 1000001 | 10100 | 0 | 11000 | 1001100 | 1000011 | 101010 | 111110 | 10101 |
Color Harmonies of #554114
Complementary color
Monochromatic Colors of #554114
Black with #554114
Text Example
Text Example
White with #554114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554114; }
p { color: rgb(85,65,20); }
H1.HeaderClassName
{
color: #554114;
}
.AnyTagClassName
{
color: #554114;
}
</style>
background-color css
<style>
a { background-color: #554114; }
a { background-color: rgb(85,65,20); }
div.DivClassName
{
background-color: #554114;
}
.BgClassName
{
background-color: #554114;
}
</style>
border-color css
<style>
span { border-color: #554114; }
span { border-color: rgb(85,65,20); }
td.TdClassName
{
border-color: #554114;
}
.TagClassName
{
border-color: #554114;
}
</style>