Shades of Madras #553F11
Tints of Madras #553F11
RGB
CMYK
RGB Variations
Color information
#553F11 (or 0x553F11) is known color: Madras. HEX triplet: 55, 3F and 11. RGB value is (85,63,17). Sum of RGB (Red+Green+Blue) = 85+63+17=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F11 is #AAC0EE. Grayscale: #404040. Windows color (decimal): -11190511 or 1130325. OLE color: 1130325.
HSL color Cylindrical-coordinate representation of color #553F11: hue angle of 40.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553F11 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 17 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.67 |
| HSL | 40.59º | 0.67% | 0.2% | - |
| HSV(B) | 40.59º | 0.8% | 0.33% | - |
| XYZ | 5.62 | 5.53 | 1.3 | - |
| YUV | 64.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 17 | 0 | 0.26 | 0.80 | 0.67 | 40.59 | 0.67 | 0.2 |
| Hex | 55 | 3F | 11 | 0 | 1A | 50 | 43 | 29 | 43 | 14 |
| Octal | 125 | 77 | 21 | 0 | 32 | 120 | 103 | 51 | 103 | 24 |
| Binary | 1010101 | 111111 | 10001 | 0 | 11010 | 1010000 | 1000011 | 101001 | 1000011 | 10100 |
Color Harmonies of #553F11
Complementary color
Monochromatic Colors of #553F11
Black with #553F11
Text Example
Text Example
White with #553F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F11; }
p { color: rgb(85,63,17); }
H1.HeaderClassName
{
color: #553F11;
}
.AnyTagClassName
{
color: #553F11;
}
</style>
background-color css
<style>
a { background-color: #553F11; }
a { background-color: rgb(85,63,17); }
div.DivClassName
{
background-color: #553F11;
}
.BgClassName
{
background-color: #553F11;
}
</style>
border-color css
<style>
span { border-color: #553F11; }
span { border-color: rgb(85,63,17); }
td.TdClassName
{
border-color: #553F11;
}
.TagClassName
{
border-color: #553F11;
}
</style>