Shades of Madras #554105
Tints of Madras #554105
RGB
CMYK
RGB Variations
Color information
#554105 (or 0x554105) is known color: Madras. HEX triplet: 55, 41 and 05. RGB value is (85,65,5). Sum of RGB (Red+Green+Blue) = 85+65+5=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554105 is #AABEFA. Grayscale: #404040. Windows color (decimal): -11190011 or 344405. OLE color: 344405.
HSL color Cylindrical-coordinate representation of color #554105: hue angle of 45º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #554105 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 5 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.67 |
| HSL | 45º | 0.89% | 0.18% | - |
| HSV(B) | 45º | 0.94% | 0.33% | - |
| XYZ | 5.66 | 5.72 | 0.95 | - |
| YUV | 64.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 5 | 0 | 0.24 | 0.94 | 0.67 | 45 | 0.89 | 0.18 |
| Hex | 55 | 41 | 5 | 0 | 18 | 5E | 43 | 2D | 59 | 12 |
| Octal | 125 | 101 | 5 | 0 | 30 | 136 | 103 | 55 | 131 | 22 |
| Binary | 1010101 | 1000001 | 101 | 0 | 11000 | 1011110 | 1000011 | 101101 | 1011001 | 10010 |
Color Harmonies of #554105
Complementary color
Monochromatic Colors of #554105
Black with #554105
Text Example
Text Example
White with #554105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554105; }
p { color: rgb(85,65,5); }
H1.HeaderClassName
{
color: #554105;
}
.AnyTagClassName
{
color: #554105;
}
</style>
background-color css
<style>
a { background-color: #554105; }
a { background-color: rgb(85,65,5); }
div.DivClassName
{
background-color: #554105;
}
.BgClassName
{
background-color: #554105;
}
</style>
border-color css
<style>
span { border-color: #554105; }
span { border-color: rgb(85,65,5); }
td.TdClassName
{
border-color: #554105;
}
.TagClassName
{
border-color: #554105;
}
</style>