Shades of Madras #553E04
Tints of Madras #553E04
RGB
CMYK
RGB Variations
Color information
#553E04 (or 0x553E04) is known color: Madras. HEX triplet: 55, 3E and 04. RGB value is (85,62,4). Sum of RGB (Red+Green+Blue) = 85+62+4=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #553E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E04 is #AAC1FB. Grayscale: #3E3E3E. Windows color (decimal): -11190780 or 278101. OLE color: 278101.
HSL color Cylindrical-coordinate representation of color #553E04: hue angle of 42.96º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #553E04 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 4 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.67 |
| HSL | 42.96º | 0.91% | 0.17% | - |
| HSV(B) | 42.96º | 0.95% | 0.33% | - |
| XYZ | 5.49 | 5.39 | 0.86 | - |
| YUV | 62.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 4 | 0 | 0.27 | 0.95 | 0.67 | 42.96 | 0.91 | 0.17 |
| Hex | 55 | 3E | 4 | 0 | 1B | 5F | 43 | 2B | 5B | 11 |
| Octal | 125 | 76 | 4 | 0 | 33 | 137 | 103 | 53 | 133 | 21 |
| Binary | 1010101 | 111110 | 100 | 0 | 11011 | 1011111 | 1000011 | 101011 | 1011011 | 10001 |
Color Harmonies of #553E04
Complementary color
Monochromatic Colors of #553E04
Black with #553E04
Text Example
Text Example
White with #553E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E04; }
p { color: rgb(85,62,4); }
H1.HeaderClassName
{
color: #553E04;
}
.AnyTagClassName
{
color: #553E04;
}
</style>
background-color css
<style>
a { background-color: #553E04; }
a { background-color: rgb(85,62,4); }
div.DivClassName
{
background-color: #553E04;
}
.BgClassName
{
background-color: #553E04;
}
</style>
border-color css
<style>
span { border-color: #553E04; }
span { border-color: rgb(85,62,4); }
td.TdClassName
{
border-color: #553E04;
}
.TagClassName
{
border-color: #553E04;
}
</style>