Shades of Madras #553E03
Tints of Madras #553E03
RGB
CMYK
RGB Variations
Color information
#553E03 (or 0x553E03) is known color: Madras. HEX triplet: 55, 3E and 03. RGB value is (85,62,3). Sum of RGB (Red+Green+Blue) = 85+62+3=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E03 is #AAC1FC. Grayscale: #3E3E3E. Windows color (decimal): -11190781 or 212565. OLE color: 212565.
HSL color Cylindrical-coordinate representation of color #553E03: hue angle of 43.17º 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 #553E03 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 3 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.67 |
| HSL | 43.17º | 0.93% | 0.17% | - |
| HSV(B) | 43.17º | 0.96% | 0.33% | - |
| XYZ | 5.49 | 5.38 | 0.84 | - |
| YUV | 62.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 3 | 0 | 0.27 | 0.96 | 0.67 | 43.17 | 0.93 | 0.17 |
| Hex | 55 | 3E | 3 | 0 | 1B | 60 | 43 | 2B | 5D | 11 |
| Octal | 125 | 76 | 3 | 0 | 33 | 140 | 103 | 53 | 135 | 21 |
| Binary | 1010101 | 111110 | 11 | 0 | 11011 | 1100000 | 1000011 | 101011 | 1011101 | 10001 |
Color Harmonies of #553E03
Complementary color
Monochromatic Colors of #553E03
Black with #553E03
Text Example
Text Example
White with #553E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E03; }
p { color: rgb(85,62,3); }
H1.HeaderClassName
{
color: #553E03;
}
.AnyTagClassName
{
color: #553E03;
}
</style>
background-color css
<style>
a { background-color: #553E03; }
a { background-color: rgb(85,62,3); }
div.DivClassName
{
background-color: #553E03;
}
.BgClassName
{
background-color: #553E03;
}
</style>
border-color css
<style>
span { border-color: #553E03; }
span { border-color: rgb(85,62,3); }
td.TdClassName
{
border-color: #553E03;
}
.TagClassName
{
border-color: #553E03;
}
</style>