Shades of Madras #554201
Tints of Madras #554201
RGB
CMYK
RGB Variations
Color information
#554201 (or 0x554201) is known color: Madras. HEX triplet: 55, 42 and 01. RGB value is (85,66,1). Sum of RGB (Red+Green+Blue) = 85+66+1=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554201 is #AABDFE. Grayscale: #404040. Windows color (decimal): -11189759 or 82517. OLE color: 82517.
HSL color Cylindrical-coordinate representation of color #554201: hue angle of 46.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #554201 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.67 |
| HSL | 46.43º | 0.98% | 0.17% | - |
| HSV(B) | 46.43º | 0.99% | 0.33% | - |
| XYZ | 5.7 | 5.83 | 0.85 | - |
| YUV | 64.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 1 | 0 | 0.22 | 0.99 | 0.67 | 46.43 | 0.98 | 0.17 |
| Hex | 55 | 42 | 1 | 0 | 16 | 63 | 43 | 2E | 62 | 11 |
| Octal | 125 | 102 | 1 | 0 | 26 | 143 | 103 | 56 | 142 | 21 |
| Binary | 1010101 | 1000010 | 1 | 0 | 10110 | 1100011 | 1000011 | 101110 | 1100010 | 10001 |
Color Harmonies of #554201
Complementary color
Monochromatic Colors of #554201
Black with #554201
Text Example
Text Example
White with #554201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554201; }
p { color: rgb(85,66,1); }
H1.HeaderClassName
{
color: #554201;
}
.AnyTagClassName
{
color: #554201;
}
</style>
background-color css
<style>
a { background-color: #554201; }
a { background-color: rgb(85,66,1); }
div.DivClassName
{
background-color: #554201;
}
.BgClassName
{
background-color: #554201;
}
</style>
border-color css
<style>
span { border-color: #554201; }
span { border-color: rgb(85,66,1); }
td.TdClassName
{
border-color: #554201;
}
.TagClassName
{
border-color: #554201;
}
</style>