Shades of Madras #563F16
Tints of Madras #563F16
RGB
CMYK
RGB Variations
Color information
#563F16 (or 0x563F16) is known color: Madras. HEX triplet: 56, 3F and 16. RGB value is (86,63,22). Sum of RGB (Red+Green+Blue) = 86+63+22=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #563F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F16 is #A9C0E9. Grayscale: #414141. Windows color (decimal): -11124970 or 1458006. OLE color: 1458006.
HSL color Cylindrical-coordinate representation of color #563F16: hue angle of 38.44º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563F16 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 22 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.66 |
| HSL | 38.44º | 0.59% | 0.21% | - |
| HSV(B) | 38.44º | 0.74% | 0.34% | - |
| XYZ | 5.76 | 5.59 | 1.53 | - |
| YUV | 65.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 22 | 0 | 0.27 | 0.74 | 0.66 | 38.44 | 0.59 | 0.21 |
| Hex | 56 | 3F | 16 | 0 | 1B | 4A | 42 | 26 | 3B | 15 |
| Octal | 126 | 77 | 26 | 0 | 33 | 112 | 102 | 46 | 73 | 25 |
| Binary | 1010110 | 111111 | 10110 | 0 | 11011 | 1001010 | 1000010 | 100110 | 111011 | 10101 |
Color Harmonies of #563F16
Complementary color
Monochromatic Colors of #563F16
Black with #563F16
Text Example
Text Example
White with #563F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F16; }
p { color: rgb(86,63,22); }
H1.HeaderClassName
{
color: #563F16;
}
.AnyTagClassName
{
color: #563F16;
}
</style>
background-color css
<style>
a { background-color: #563F16; }
a { background-color: rgb(86,63,22); }
div.DivClassName
{
background-color: #563F16;
}
.BgClassName
{
background-color: #563F16;
}
</style>
border-color css
<style>
span { border-color: #563F16; }
span { border-color: rgb(86,63,22); }
td.TdClassName
{
border-color: #563F16;
}
.TagClassName
{
border-color: #563F16;
}
</style>