Shades of Madras #553D13
Tints of Madras #553D13
RGB
CMYK
RGB Variations
Color information
#553D13 (or 0x553D13) is known color: Madras. HEX triplet: 55, 3D and 13. RGB value is (85,61,19). Sum of RGB (Red+Green+Blue) = 85+61+19=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D13 is #AAC2EC. Grayscale: #3F3F3F. Windows color (decimal): -11191021 or 1260885. OLE color: 1260885.
HSL color Cylindrical-coordinate representation of color #553D13: hue angle of 38.18º 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 #553D13 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 19 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.67 |
| HSL | 38.18º | 0.63% | 0.2% | - |
| HSV(B) | 38.18º | 0.78% | 0.33% | - |
| XYZ | 5.53 | 5.32 | 1.35 | - |
| YUV | 63.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 19 | 0 | 0.28 | 0.78 | 0.67 | 38.18 | 0.63 | 0.2 |
| Hex | 55 | 3D | 13 | 0 | 1C | 4E | 43 | 26 | 3F | 14 |
| Octal | 125 | 75 | 23 | 0 | 34 | 116 | 103 | 46 | 77 | 24 |
| Binary | 1010101 | 111101 | 10011 | 0 | 11100 | 1001110 | 1000011 | 100110 | 111111 | 10100 |
Color Harmonies of #553D13
Complementary color
Monochromatic Colors of #553D13
Black with #553D13
Text Example
Text Example
White with #553D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D13; }
p { color: rgb(85,61,19); }
H1.HeaderClassName
{
color: #553D13;
}
.AnyTagClassName
{
color: #553D13;
}
</style>
background-color css
<style>
a { background-color: #553D13; }
a { background-color: rgb(85,61,19); }
div.DivClassName
{
background-color: #553D13;
}
.BgClassName
{
background-color: #553D13;
}
</style>
border-color css
<style>
span { border-color: #553D13; }
span { border-color: rgb(85,61,19); }
td.TdClassName
{
border-color: #553D13;
}
.TagClassName
{
border-color: #553D13;
}
</style>