Shades of Madras #574004
Tints of Madras #574004
RGB
CMYK
RGB Variations
Color information
#574004 (or 0x574004) is known color: Madras. HEX triplet: 57, 40 and 04. RGB value is (87,64,4). Sum of RGB (Red+Green+Blue) = 87+64+4=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #574004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574004 is #A8BFFB. Grayscale: #404040. Windows color (decimal): -11059196 or 278615. OLE color: 278615.
HSL color Cylindrical-coordinate representation of color #574004: hue angle of 43.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #574004 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 4 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.66 |
| HSL | 43.37º | 0.91% | 0.18% | - |
| HSV(B) | 43.37º | 0.95% | 0.34% | - |
| XYZ | 5.79 | 5.7 | 0.91 | - |
| YUV | 64.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 4 | 0 | 0.26 | 0.95 | 0.66 | 43.37 | 0.91 | 0.18 |
| Hex | 57 | 40 | 4 | 0 | 1A | 5F | 42 | 2B | 5B | 12 |
| Octal | 127 | 100 | 4 | 0 | 32 | 137 | 102 | 53 | 133 | 22 |
| Binary | 1010111 | 1000000 | 100 | 0 | 11010 | 1011111 | 1000010 | 101011 | 1011011 | 10010 |
Color Harmonies of #574004
Complementary color
Monochromatic Colors of #574004
Black with #574004
Text Example
Text Example
White with #574004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574004; }
p { color: rgb(87,64,4); }
H1.HeaderClassName
{
color: #574004;
}
.AnyTagClassName
{
color: #574004;
}
</style>
background-color css
<style>
a { background-color: #574004; }
a { background-color: rgb(87,64,4); }
div.DivClassName
{
background-color: #574004;
}
.BgClassName
{
background-color: #574004;
}
</style>
border-color css
<style>
span { border-color: #574004; }
span { border-color: rgb(87,64,4); }
td.TdClassName
{
border-color: #574004;
}
.TagClassName
{
border-color: #574004;
}
</style>