Shades of Madras #554203
Tints of Madras #554203
RGB
CMYK
RGB Variations
Color information
#554203 (or 0x554203) is known color: Madras. HEX triplet: 55, 42 and 03. RGB value is (85,66,3). Sum of RGB (Red+Green+Blue) = 85+66+3=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #554203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554203 is #AABDFC. Grayscale: #404040. Windows color (decimal): -11189757 or 213589. OLE color: 213589.
HSL color Cylindrical-coordinate representation of color #554203: hue angle of 46.1º 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 #554203 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 3 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.67 |
| HSL | 46.1º | 0.93% | 0.17% | - |
| HSV(B) | 46.1º | 0.96% | 0.33% | - |
| XYZ | 5.71 | 5.83 | 0.91 | - |
| YUV | 64.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 3 | 0 | 0.22 | 0.96 | 0.67 | 46.1 | 0.93 | 0.17 |
| Hex | 55 | 42 | 3 | 0 | 16 | 60 | 43 | 2E | 5D | 11 |
| Octal | 125 | 102 | 3 | 0 | 26 | 140 | 103 | 56 | 135 | 21 |
| Binary | 1010101 | 1000010 | 11 | 0 | 10110 | 1100000 | 1000011 | 101110 | 1011101 | 10001 |
Color Harmonies of #554203
Complementary color
Monochromatic Colors of #554203
Black with #554203
Text Example
Text Example
White with #554203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554203; }
p { color: rgb(85,66,3); }
H1.HeaderClassName
{
color: #554203;
}
.AnyTagClassName
{
color: #554203;
}
</style>
background-color css
<style>
a { background-color: #554203; }
a { background-color: rgb(85,66,3); }
div.DivClassName
{
background-color: #554203;
}
.BgClassName
{
background-color: #554203;
}
</style>
border-color css
<style>
span { border-color: #554203; }
span { border-color: rgb(85,66,3); }
td.TdClassName
{
border-color: #554203;
}
.TagClassName
{
border-color: #554203;
}
</style>