Shades of Madras #563F0A
Tints of Madras #563F0A
RGB
CMYK
RGB Variations
Color information
#563F0A (or 0x563F0A) is known color: Madras. HEX triplet: 56, 3F and 0A. RGB value is (86,63,10). Sum of RGB (Red+Green+Blue) = 86+63+10=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F0A is #A9C0F5. Grayscale: #404040. Windows color (decimal): -11124982 or 671574. OLE color: 671574.
HSL color Cylindrical-coordinate representation of color #563F0A: hue angle of 41.84º 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 #563F0A is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 10 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.66 |
| HSL | 41.84º | 0.79% | 0.19% | - |
| HSV(B) | 41.84º | 0.88% | 0.34% | - |
| XYZ | 5.67 | 5.56 | 1.06 | - |
| YUV | 63.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 10 | 0 | 0.27 | 0.88 | 0.66 | 41.84 | 0.79 | 0.19 |
| Hex | 56 | 3F | A | 0 | 1B | 58 | 42 | 2A | 4F | 13 |
| Octal | 126 | 77 | 12 | 0 | 33 | 130 | 102 | 52 | 117 | 23 |
| Binary | 1010110 | 111111 | 1010 | 0 | 11011 | 1011000 | 1000010 | 101010 | 1001111 | 10011 |
Color Harmonies of #563F0A
Complementary color
Monochromatic Colors of #563F0A
Black with #563F0A
Text Example
Text Example
White with #563F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F0A; }
p { color: rgb(86,63,10); }
H1.HeaderClassName
{
color: #563F0A;
}
.AnyTagClassName
{
color: #563F0A;
}
</style>
background-color css
<style>
a { background-color: #563F0A; }
a { background-color: rgb(86,63,10); }
div.DivClassName
{
background-color: #563F0A;
}
.BgClassName
{
background-color: #563F0A;
}
</style>
border-color css
<style>
span { border-color: #563F0A; }
span { border-color: rgb(86,63,10); }
td.TdClassName
{
border-color: #563F0A;
}
.TagClassName
{
border-color: #563F0A;
}
</style>