Shades of Madras #553E05
Tints of Madras #553E05
RGB
CMYK
RGB Variations
Color information
#553E05 (or 0x553E05) is known color: Madras. HEX triplet: 55, 3E and 05. RGB value is (85,62,5). Sum of RGB (Red+Green+Blue) = 85+62+5=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E05 is #AAC1FA. Grayscale: #3E3E3E. Windows color (decimal): -11190779 or 343637. OLE color: 343637.
HSL color Cylindrical-coordinate representation of color #553E05: hue angle of 42.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #553E05 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 5 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.67 |
| HSL | 42.75º | 0.89% | 0.18% | - |
| HSV(B) | 42.75º | 0.94% | 0.33% | - |
| XYZ | 5.5 | 5.39 | 0.89 | - |
| YUV | 62.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 5 | 0 | 0.27 | 0.94 | 0.67 | 42.75 | 0.89 | 0.18 |
| Hex | 55 | 3E | 5 | 0 | 1B | 5E | 43 | 2B | 59 | 12 |
| Octal | 125 | 76 | 5 | 0 | 33 | 136 | 103 | 53 | 131 | 22 |
| Binary | 1010101 | 111110 | 101 | 0 | 11011 | 1011110 | 1000011 | 101011 | 1011001 | 10010 |
Color Harmonies of #553E05
Complementary color
Monochromatic Colors of #553E05
Black with #553E05
Text Example
Text Example
White with #553E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E05; }
p { color: rgb(85,62,5); }
H1.HeaderClassName
{
color: #553E05;
}
.AnyTagClassName
{
color: #553E05;
}
</style>
background-color css
<style>
a { background-color: #553E05; }
a { background-color: rgb(85,62,5); }
div.DivClassName
{
background-color: #553E05;
}
.BgClassName
{
background-color: #553E05;
}
</style>
border-color css
<style>
span { border-color: #553E05; }
span { border-color: rgb(85,62,5); }
td.TdClassName
{
border-color: #553E05;
}
.TagClassName
{
border-color: #553E05;
}
</style>