Shades of Madras #553E13
Tints of Madras #553E13
RGB
CMYK
RGB Variations
Color information
#553E13 (or 0x553E13) is known color: Madras. HEX triplet: 55, 3E and 13. RGB value is (85,62,19). Sum of RGB (Red+Green+Blue) = 85+62+19=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #553E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E13 is #AAC1EC. Grayscale: #404040. Windows color (decimal): -11190765 or 1261141. OLE color: 1261141.
HSL color Cylindrical-coordinate representation of color #553E13: hue angle of 39.09º 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 #553E13 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 19 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.67 |
| HSL | 39.09º | 0.63% | 0.2% | - |
| HSV(B) | 39.09º | 0.78% | 0.33% | - |
| XYZ | 5.59 | 5.42 | 1.37 | - |
| YUV | 63.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 19 | 0 | 0.27 | 0.78 | 0.67 | 39.09 | 0.63 | 0.2 |
| Hex | 55 | 3E | 13 | 0 | 1B | 4E | 43 | 27 | 3F | 14 |
| Octal | 125 | 76 | 23 | 0 | 33 | 116 | 103 | 47 | 77 | 24 |
| Binary | 1010101 | 111110 | 10011 | 0 | 11011 | 1001110 | 1000011 | 100111 | 111111 | 10100 |
Color Harmonies of #553E13
Complementary color
Monochromatic Colors of #553E13
Black with #553E13
Text Example
Text Example
White with #553E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E13; }
p { color: rgb(85,62,19); }
H1.HeaderClassName
{
color: #553E13;
}
.AnyTagClassName
{
color: #553E13;
}
</style>
background-color css
<style>
a { background-color: #553E13; }
a { background-color: rgb(85,62,19); }
div.DivClassName
{
background-color: #553E13;
}
.BgClassName
{
background-color: #553E13;
}
</style>
border-color css
<style>
span { border-color: #553E13; }
span { border-color: rgb(85,62,19); }
td.TdClassName
{
border-color: #553E13;
}
.TagClassName
{
border-color: #553E13;
}
</style>