Shades of Madras #553F16
Tints of Madras #553F16
RGB
CMYK
RGB Variations
Color information
#553F16 (or 0x553F16) is known color: Madras. HEX triplet: 55, 3F and 16. RGB value is (85,63,22). Sum of RGB (Red+Green+Blue) = 85+63+22=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F16 is #AAC0E9. Grayscale: #414141. Windows color (decimal): -11190506 or 1458005. OLE color: 1458005.
HSL color Cylindrical-coordinate representation of color #553F16: hue angle of 39.05º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553F16 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 22 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.67 |
| HSL | 39.05º | 0.59% | 0.21% | - |
| HSV(B) | 39.05º | 0.74% | 0.33% | - |
| XYZ | 5.67 | 5.54 | 1.53 | - |
| YUV | 64.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 22 | 0 | 0.26 | 0.74 | 0.67 | 39.05 | 0.59 | 0.21 |
| Hex | 55 | 3F | 16 | 0 | 1A | 4A | 43 | 27 | 3B | 15 |
| Octal | 125 | 77 | 26 | 0 | 32 | 112 | 103 | 47 | 73 | 25 |
| Binary | 1010101 | 111111 | 10110 | 0 | 11010 | 1001010 | 1000011 | 100111 | 111011 | 10101 |
Color Harmonies of #553F16
Complementary color
Monochromatic Colors of #553F16
Black with #553F16
Text Example
Text Example
White with #553F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F16; }
p { color: rgb(85,63,22); }
H1.HeaderClassName
{
color: #553F16;
}
.AnyTagClassName
{
color: #553F16;
}
</style>
background-color css
<style>
a { background-color: #553F16; }
a { background-color: rgb(85,63,22); }
div.DivClassName
{
background-color: #553F16;
}
.BgClassName
{
background-color: #553F16;
}
</style>
border-color css
<style>
span { border-color: #553F16; }
span { border-color: rgb(85,63,22); }
td.TdClassName
{
border-color: #553F16;
}
.TagClassName
{
border-color: #553F16;
}
</style>