Shades of Madras #553D0A
Tints of Madras #553D0A
RGB
CMYK
RGB Variations
Color information
#553D0A (or 0x553D0A) is known color: Madras. HEX triplet: 55, 3D and 0A. RGB value is (85,61,10). Sum of RGB (Red+Green+Blue) = 85+61+10=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D0A is #AAC2F5. Grayscale: #3E3E3E. Windows color (decimal): -11191030 or 671061. OLE color: 671061.
HSL color Cylindrical-coordinate representation of color #553D0A: hue angle of 40.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #553D0A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 10 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.67 |
| HSL | 40.8º | 0.79% | 0.19% | - |
| HSV(B) | 40.8º | 0.88% | 0.33% | - |
| XYZ | 5.47 | 5.29 | 1.02 | - |
| YUV | 62.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 10 | 0 | 0.28 | 0.88 | 0.67 | 40.8 | 0.79 | 0.19 |
| Hex | 55 | 3D | A | 0 | 1C | 58 | 43 | 29 | 4F | 13 |
| Octal | 125 | 75 | 12 | 0 | 34 | 130 | 103 | 51 | 117 | 23 |
| Binary | 1010101 | 111101 | 1010 | 0 | 11100 | 1011000 | 1000011 | 101001 | 1001111 | 10011 |
Color Harmonies of #553D0A
Complementary color
Monochromatic Colors of #553D0A
Black with #553D0A
Text Example
Text Example
White with #553D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D0A; }
p { color: rgb(85,61,10); }
H1.HeaderClassName
{
color: #553D0A;
}
.AnyTagClassName
{
color: #553D0A;
}
</style>
background-color css
<style>
a { background-color: #553D0A; }
a { background-color: rgb(85,61,10); }
div.DivClassName
{
background-color: #553D0A;
}
.BgClassName
{
background-color: #553D0A;
}
</style>
border-color css
<style>
span { border-color: #553D0A; }
span { border-color: rgb(85,61,10); }
td.TdClassName
{
border-color: #553D0A;
}
.TagClassName
{
border-color: #553D0A;
}
</style>