Shades of Madras #553F13
Tints of Madras #553F13
RGB
CMYK
RGB Variations
Color information
#553F13 (or 0x553F13) is known color: Madras. HEX triplet: 55, 3F and 13. RGB value is (85,63,19). Sum of RGB (Red+Green+Blue) = 85+63+19=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #553F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F13 is #AAC0EC. Grayscale: #404040. Windows color (decimal): -11190509 or 1261397. OLE color: 1261397.
HSL color Cylindrical-coordinate representation of color #553F13: hue angle of 40º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #553F13 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 19 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.67 |
| HSL | 40º | 0.63% | 0.2% | - |
| HSV(B) | 40º | 0.78% | 0.33% | - |
| XYZ | 5.64 | 5.53 | 1.39 | - |
| YUV | 64.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 19 | 0 | 0.26 | 0.78 | 0.67 | 40 | 0.63 | 0.2 |
| Hex | 55 | 3F | 13 | 0 | 1A | 4E | 43 | 28 | 3F | 14 |
| Octal | 125 | 77 | 23 | 0 | 32 | 116 | 103 | 50 | 77 | 24 |
| Binary | 1010101 | 111111 | 10011 | 0 | 11010 | 1001110 | 1000011 | 101000 | 111111 | 10100 |
Color Harmonies of #553F13
Complementary color
Monochromatic Colors of #553F13
Black with #553F13
Text Example
Text Example
White with #553F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F13; }
p { color: rgb(85,63,19); }
H1.HeaderClassName
{
color: #553F13;
}
.AnyTagClassName
{
color: #553F13;
}
</style>
background-color css
<style>
a { background-color: #553F13; }
a { background-color: rgb(85,63,19); }
div.DivClassName
{
background-color: #553F13;
}
.BgClassName
{
background-color: #553F13;
}
</style>
border-color css
<style>
span { border-color: #553F13; }
span { border-color: rgb(85,63,19); }
td.TdClassName
{
border-color: #553F13;
}
.TagClassName
{
border-color: #553F13;
}
</style>