Shades of Madras #56400A
Tints of Madras #56400A
RGB
CMYK
RGB Variations
Color information
#56400A (or 0x56400A) is known color: Madras. HEX triplet: 56, 40 and 0A. RGB value is (86,64,10). Sum of RGB (Red+Green+Blue) = 86+64+10=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #56400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56400A is #A9BFF5. Grayscale: #404040. Windows color (decimal): -11124726 or 671830. OLE color: 671830.
HSL color Cylindrical-coordinate representation of color #56400A: hue angle of 42.63º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56400A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 10 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.66 |
| HSL | 42.63º | 0.79% | 0.19% | - |
| HSV(B) | 42.63º | 0.88% | 0.34% | - |
| XYZ | 5.73 | 5.67 | 1.08 | - |
| YUV | 64.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 10 | 0 | 0.26 | 0.88 | 0.66 | 42.63 | 0.79 | 0.19 |
| Hex | 56 | 40 | A | 0 | 1A | 58 | 42 | 2B | 4F | 13 |
| Octal | 126 | 100 | 12 | 0 | 32 | 130 | 102 | 53 | 117 | 23 |
| Binary | 1010110 | 1000000 | 1010 | 0 | 11010 | 1011000 | 1000010 | 101011 | 1001111 | 10011 |
Color Harmonies of #56400A
Complementary color
Monochromatic Colors of #56400A
Black with #56400A
Text Example
Text Example
White with #56400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56400A; }
p { color: rgb(86,64,10); }
H1.HeaderClassName
{
color: #56400A;
}
.AnyTagClassName
{
color: #56400A;
}
</style>
background-color css
<style>
a { background-color: #56400A; }
a { background-color: rgb(86,64,10); }
div.DivClassName
{
background-color: #56400A;
}
.BgClassName
{
background-color: #56400A;
}
</style>
border-color css
<style>
span { border-color: #56400A; }
span { border-color: rgb(86,64,10); }
td.TdClassName
{
border-color: #56400A;
}
.TagClassName
{
border-color: #56400A;
}
</style>