Shades of Madras #554200
Tints of Madras #554200
RGB
CMYK
RGB Variations
Color information
#554200 (or 0x554200) is known color: Madras. HEX triplet: 55, 42 and 00. RGB value is (85,66,0). Sum of RGB (Red+Green+Blue) = 85+66+0=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #554200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554200 is #AABDFF. Grayscale: #404040. Windows color (decimal): -11189760 or 16981. OLE color: 16981.
HSL color Cylindrical-coordinate representation of color #554200: hue angle of 46.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554200 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.67 |
| HSL | 46.59º | 1% | 0.17% | - |
| HSV(B) | 46.59º | 1% | 0.33% | - |
| XYZ | 5.69 | 5.83 | 0.82 | - |
| YUV | 64.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 0 | 0 | 0.22 | 1 | 0.67 | 46.59 | 1 | 0.17 |
| Hex | 55 | 42 | 0 | 0 | 16 | 64 | 43 | 2F | 64 | 11 |
| Octal | 125 | 102 | 0 | 0 | 26 | 144 | 103 | 57 | 144 | 21 |
| Binary | 1010101 | 1000010 | 0 | 0 | 10110 | 1100100 | 1000011 | 101111 | 1100100 | 10001 |
Color Harmonies of #554200
Complementary color
Monochromatic Colors of #554200
Black with #554200
Text Example
Text Example
White with #554200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554200; }
p { color: rgb(85,66,0); }
H1.HeaderClassName
{
color: #554200;
}
.AnyTagClassName
{
color: #554200;
}
</style>
background-color css
<style>
a { background-color: #554200; }
a { background-color: rgb(85,66,0); }
div.DivClassName
{
background-color: #554200;
}
.BgClassName
{
background-color: #554200;
}
</style>
border-color css
<style>
span { border-color: #554200; }
span { border-color: rgb(85,66,0); }
td.TdClassName
{
border-color: #554200;
}
.TagClassName
{
border-color: #554200;
}
</style>