Shades of Madras #563F0D
Tints of Madras #563F0D
RGB
CMYK
RGB Variations
Color information
#563F0D (or 0x563F0D) is known color: Madras. HEX triplet: 56, 3F and 0D. RGB value is (86,63,13). Sum of RGB (Red+Green+Blue) = 86+63+13=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #563F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F0D is #A9C0F2. Grayscale: #404040. Windows color (decimal): -11124979 or 868182. OLE color: 868182.
HSL color Cylindrical-coordinate representation of color #563F0D: hue angle of 41.1º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #563F0D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 13 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.66 |
| HSL | 41.1º | 0.74% | 0.19% | - |
| HSV(B) | 41.1º | 0.85% | 0.34% | - |
| XYZ | 5.69 | 5.56 | 1.15 | - |
| YUV | 64.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 13 | 0 | 0.27 | 0.85 | 0.66 | 41.1 | 0.74 | 0.19 |
| Hex | 56 | 3F | D | 0 | 1B | 55 | 42 | 29 | 4A | 13 |
| Octal | 126 | 77 | 15 | 0 | 33 | 125 | 102 | 51 | 112 | 23 |
| Binary | 1010110 | 111111 | 1101 | 0 | 11011 | 1010101 | 1000010 | 101001 | 1001010 | 10011 |
Color Harmonies of #563F0D
Complementary color
Monochromatic Colors of #563F0D
Black with #563F0D
Text Example
Text Example
White with #563F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F0D; }
p { color: rgb(86,63,13); }
H1.HeaderClassName
{
color: #563F0D;
}
.AnyTagClassName
{
color: #563F0D;
}
</style>
background-color css
<style>
a { background-color: #563F0D; }
a { background-color: rgb(86,63,13); }
div.DivClassName
{
background-color: #563F0D;
}
.BgClassName
{
background-color: #563F0D;
}
</style>
border-color css
<style>
span { border-color: #563F0D; }
span { border-color: rgb(86,63,13); }
td.TdClassName
{
border-color: #563F0D;
}
.TagClassName
{
border-color: #563F0D;
}
</style>