Shades of Madras #564000
Tints of Madras #564000
RGB
CMYK
RGB Variations
Color information
#564000 (or 0x564000) is known color: Madras. HEX triplet: 56, 40 and 00. RGB value is (86,64,0). Sum of RGB (Red+Green+Blue) = 86+64+0=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #564000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564000 is #A9BFFF. Grayscale: #3F3F3F. Windows color (decimal): -11124736 or 16470. OLE color: 16470.
HSL color Cylindrical-coordinate representation of color #564000: hue angle of 44.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #564000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.66 |
| HSL | 44.65º | 1% | 0.17% | - |
| HSV(B) | 44.65º | 1% | 0.34% | - |
| XYZ | 5.67 | 5.65 | 0.79 | - |
| YUV | 63.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 0 | 0 | 0.26 | 1 | 0.66 | 44.65 | 1 | 0.17 |
| Hex | 56 | 40 | 0 | 0 | 1A | 64 | 42 | 2D | 64 | 11 |
| Octal | 126 | 100 | 0 | 0 | 32 | 144 | 102 | 55 | 144 | 21 |
| Binary | 1010110 | 1000000 | 0 | 0 | 11010 | 1100100 | 1000010 | 101101 | 1100100 | 10001 |
Color Harmonies of #564000
Complementary color
Monochromatic Colors of #564000
Black with #564000
Text Example
Text Example
White with #564000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564000; }
p { color: rgb(86,64,0); }
H1.HeaderClassName
{
color: #564000;
}
.AnyTagClassName
{
color: #564000;
}
</style>
background-color css
<style>
a { background-color: #564000; }
a { background-color: rgb(86,64,0); }
div.DivClassName
{
background-color: #564000;
}
.BgClassName
{
background-color: #564000;
}
</style>
border-color css
<style>
span { border-color: #564000; }
span { border-color: rgb(86,64,0); }
td.TdClassName
{
border-color: #564000;
}
.TagClassName
{
border-color: #564000;
}
</style>