Shades of Madras #553F15
Tints of Madras #553F15
RGB
CMYK
RGB Variations
Color information
#553F15 (or 0x553F15) is known color: Madras. HEX triplet: 55, 3F and 15. RGB value is (85,63,21). Sum of RGB (Red+Green+Blue) = 85+63+21=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F15 is #AAC0EA. Grayscale: #404040. Windows color (decimal): -11190507 or 1392469. OLE color: 1392469.
HSL color Cylindrical-coordinate representation of color #553F15: hue angle of 39.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553F15 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 21 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.67 |
| HSL | 39.38º | 0.6% | 0.21% | - |
| HSV(B) | 39.38º | 0.75% | 0.33% | - |
| XYZ | 5.66 | 5.54 | 1.48 | - |
| YUV | 64.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 21 | 0 | 0.26 | 0.75 | 0.67 | 39.38 | 0.6 | 0.21 |
| Hex | 55 | 3F | 15 | 0 | 1A | 4B | 43 | 27 | 3C | 15 |
| Octal | 125 | 77 | 25 | 0 | 32 | 113 | 103 | 47 | 74 | 25 |
| Binary | 1010101 | 111111 | 10101 | 0 | 11010 | 1001011 | 1000011 | 100111 | 111100 | 10101 |
Color Harmonies of #553F15
Complementary color
Monochromatic Colors of #553F15
Black with #553F15
Text Example
Text Example
White with #553F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F15; }
p { color: rgb(85,63,21); }
H1.HeaderClassName
{
color: #553F15;
}
.AnyTagClassName
{
color: #553F15;
}
</style>
background-color css
<style>
a { background-color: #553F15; }
a { background-color: rgb(85,63,21); }
div.DivClassName
{
background-color: #553F15;
}
.BgClassName
{
background-color: #553F15;
}
</style>
border-color css
<style>
span { border-color: #553F15; }
span { border-color: rgb(85,63,21); }
td.TdClassName
{
border-color: #553F15;
}
.TagClassName
{
border-color: #553F15;
}
</style>