Shades of Madras #563E0B
Tints of Madras #563E0B
RGB
CMYK
RGB Variations
Color information
#563E0B (or 0x563E0B) is known color: Madras. HEX triplet: 56, 3E and 0B. RGB value is (86,62,11). Sum of RGB (Red+Green+Blue) = 86+62+11=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E0B is #A9C1F4. Grayscale: #3F3F3F. Windows color (decimal): -11125237 or 736854. OLE color: 736854.
HSL color Cylindrical-coordinate representation of color #563E0B: hue angle of 40.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #563E0B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 11 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.66 |
| HSL | 40.8º | 0.77% | 0.19% | - |
| HSV(B) | 40.8º | 0.87% | 0.34% | - |
| XYZ | 5.62 | 5.45 | 1.07 | - |
| YUV | 63.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 11 | 0 | 0.28 | 0.87 | 0.66 | 40.8 | 0.77 | 0.19 |
| Hex | 56 | 3E | B | 0 | 1C | 57 | 42 | 29 | 4D | 13 |
| Octal | 126 | 76 | 13 | 0 | 34 | 127 | 102 | 51 | 115 | 23 |
| Binary | 1010110 | 111110 | 1011 | 0 | 11100 | 1010111 | 1000010 | 101001 | 1001101 | 10011 |
Color Harmonies of #563E0B
Complementary color
Monochromatic Colors of #563E0B
Black with #563E0B
Text Example
Text Example
White with #563E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E0B; }
p { color: rgb(86,62,11); }
H1.HeaderClassName
{
color: #563E0B;
}
.AnyTagClassName
{
color: #563E0B;
}
</style>
background-color css
<style>
a { background-color: #563E0B; }
a { background-color: rgb(86,62,11); }
div.DivClassName
{
background-color: #563E0B;
}
.BgClassName
{
background-color: #563E0B;
}
</style>
border-color css
<style>
span { border-color: #563E0B; }
span { border-color: rgb(86,62,11); }
td.TdClassName
{
border-color: #563E0B;
}
.TagClassName
{
border-color: #563E0B;
}
</style>