Shades of Madras #553F1A
Tints of Madras #553F1A
RGB
CMYK
RGB Variations
Color information
#553F1A (or 0x553F1A) is known color: Madras. HEX triplet: 55, 3F and 1A. RGB value is (85,63,26). Sum of RGB (Red+Green+Blue) = 85+63+26=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1A is #AAC0E5. Grayscale: #414141. Windows color (decimal): -11190502 or 1720149. OLE color: 1720149.
HSL color Cylindrical-coordinate representation of color #553F1A: hue angle of 37.63º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553F1A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 26 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.67 |
| HSL | 37.63º | 0.53% | 0.22% | - |
| HSV(B) | 37.63º | 0.69% | 0.33% | - |
| XYZ | 5.71 | 5.56 | 1.75 | - |
| YUV | 65.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 26 | 0 | 0.26 | 0.69 | 0.67 | 37.63 | 0.53 | 0.22 |
| Hex | 55 | 3F | 1A | 0 | 1A | 45 | 43 | 26 | 35 | 16 |
| Octal | 125 | 77 | 32 | 0 | 32 | 105 | 103 | 46 | 65 | 26 |
| Binary | 1010101 | 111111 | 11010 | 0 | 11010 | 1000101 | 1000011 | 100110 | 110101 | 10110 |
Color Harmonies of #553F1A
Complementary color
Monochromatic Colors of #553F1A
Black with #553F1A
Text Example
Text Example
White with #553F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F1A; }
p { color: rgb(85,63,26); }
H1.HeaderClassName
{
color: #553F1A;
}
.AnyTagClassName
{
color: #553F1A;
}
</style>
background-color css
<style>
a { background-color: #553F1A; }
a { background-color: rgb(85,63,26); }
div.DivClassName
{
background-color: #553F1A;
}
.BgClassName
{
background-color: #553F1A;
}
</style>
border-color css
<style>
span { border-color: #553F1A; }
span { border-color: rgb(85,63,26); }
td.TdClassName
{
border-color: #553F1A;
}
.TagClassName
{
border-color: #553F1A;
}
</style>