Shades of Madras #553F0C
Tints of Madras #553F0C
RGB
CMYK
RGB Variations
Color information
#553F0C (or 0x553F0C) is known color: Madras. HEX triplet: 55, 3F and 0C. RGB value is (85,63,12). Sum of RGB (Red+Green+Blue) = 85+63+12=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F0C is #AAC0F3. Grayscale: #3F3F3F. Windows color (decimal): -11190516 or 802645. OLE color: 802645.
HSL color Cylindrical-coordinate representation of color #553F0C: hue angle of 41.92º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #553F0C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 12 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.67 |
| HSL | 41.92º | 0.75% | 0.19% | - |
| HSV(B) | 41.92º | 0.86% | 0.33% | - |
| XYZ | 5.59 | 5.51 | 1.12 | - |
| YUV | 63.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 12 | 0 | 0.26 | 0.86 | 0.67 | 41.92 | 0.75 | 0.19 |
| Hex | 55 | 3F | C | 0 | 1A | 56 | 43 | 2A | 4B | 13 |
| Octal | 125 | 77 | 14 | 0 | 32 | 126 | 103 | 52 | 113 | 23 |
| Binary | 1010101 | 111111 | 1100 | 0 | 11010 | 1010110 | 1000011 | 101010 | 1001011 | 10011 |
Color Harmonies of #553F0C
Complementary color
Monochromatic Colors of #553F0C
Black with #553F0C
Text Example
Text Example
White with #553F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F0C; }
p { color: rgb(85,63,12); }
H1.HeaderClassName
{
color: #553F0C;
}
.AnyTagClassName
{
color: #553F0C;
}
</style>
background-color css
<style>
a { background-color: #553F0C; }
a { background-color: rgb(85,63,12); }
div.DivClassName
{
background-color: #553F0C;
}
.BgClassName
{
background-color: #553F0C;
}
</style>
border-color css
<style>
span { border-color: #553F0C; }
span { border-color: rgb(85,63,12); }
td.TdClassName
{
border-color: #553F0C;
}
.TagClassName
{
border-color: #553F0C;
}
</style>