Shades of Madras #554003
Tints of Madras #554003
RGB
CMYK
RGB Variations
Color information
#554003 (or 0x554003) is known color: Madras. HEX triplet: 55, 40 and 03. RGB value is (85,64,3). Sum of RGB (Red+Green+Blue) = 85+64+3=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554003 is #AABFFC. Grayscale: #3F3F3F. Windows color (decimal): -11190269 or 213077. OLE color: 213077.
HSL color Cylindrical-coordinate representation of color #554003: hue angle of 44.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #554003 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 3 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.67 |
| HSL | 44.63º | 0.93% | 0.17% | - |
| HSV(B) | 44.63º | 0.96% | 0.33% | - |
| XYZ | 5.6 | 5.6 | 0.87 | - |
| YUV | 63.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 3 | 0 | 0.25 | 0.96 | 0.67 | 44.63 | 0.93 | 0.17 |
| Hex | 55 | 40 | 3 | 0 | 19 | 60 | 43 | 2D | 5D | 11 |
| Octal | 125 | 100 | 3 | 0 | 31 | 140 | 103 | 55 | 135 | 21 |
| Binary | 1010101 | 1000000 | 11 | 0 | 11001 | 1100000 | 1000011 | 101101 | 1011101 | 10001 |
Color Harmonies of #554003
Complementary color
Monochromatic Colors of #554003
Black with #554003
Text Example
Text Example
White with #554003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554003; }
p { color: rgb(85,64,3); }
H1.HeaderClassName
{
color: #554003;
}
.AnyTagClassName
{
color: #554003;
}
</style>
background-color css
<style>
a { background-color: #554003; }
a { background-color: rgb(85,64,3); }
div.DivClassName
{
background-color: #554003;
}
.BgClassName
{
background-color: #554003;
}
</style>
border-color css
<style>
span { border-color: #554003; }
span { border-color: rgb(85,64,3); }
td.TdClassName
{
border-color: #554003;
}
.TagClassName
{
border-color: #554003;
}
</style>