Shades of Madras #554111
Tints of Madras #554111
RGB
CMYK
RGB Variations
Color information
#554111 (or 0x554111) is known color: Madras. HEX triplet: 55, 41 and 11. RGB value is (85,65,17). Sum of RGB (Red+Green+Blue) = 85+65+17=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554111 is #AABEEE. Grayscale: #414141. Windows color (decimal): -11189999 or 1130837. OLE color: 1130837.
HSL color Cylindrical-coordinate representation of color #554111: hue angle of 42.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554111 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 17 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.67 |
| HSL | 42.35º | 0.67% | 0.2% | - |
| HSV(B) | 42.35º | 0.8% | 0.33% | - |
| XYZ | 5.74 | 5.75 | 1.34 | - |
| YUV | 65.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 17 | 0 | 0.24 | 0.80 | 0.67 | 42.35 | 0.67 | 0.2 |
| Hex | 55 | 41 | 11 | 0 | 18 | 50 | 43 | 2A | 43 | 14 |
| Octal | 125 | 101 | 21 | 0 | 30 | 120 | 103 | 52 | 103 | 24 |
| Binary | 1010101 | 1000001 | 10001 | 0 | 11000 | 1010000 | 1000011 | 101010 | 1000011 | 10100 |
Color Harmonies of #554111
Complementary color
Monochromatic Colors of #554111
Black with #554111
Text Example
Text Example
White with #554111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554111; }
p { color: rgb(85,65,17); }
H1.HeaderClassName
{
color: #554111;
}
.AnyTagClassName
{
color: #554111;
}
</style>
background-color css
<style>
a { background-color: #554111; }
a { background-color: rgb(85,65,17); }
div.DivClassName
{
background-color: #554111;
}
.BgClassName
{
background-color: #554111;
}
</style>
border-color css
<style>
span { border-color: #554111; }
span { border-color: rgb(85,65,17); }
td.TdClassName
{
border-color: #554111;
}
.TagClassName
{
border-color: #554111;
}
</style>