Shades of Madras #563E10
Tints of Madras #563E10
RGB
CMYK
RGB Variations
Color information
#563E10 (or 0x563E10) is known color: Madras. HEX triplet: 56, 3E and 10. RGB value is (86,62,16). Sum of RGB (Red+Green+Blue) = 86+62+16=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #563E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E10 is #A9C1EF. Grayscale: #404040. Windows color (decimal): -11125232 or 1064534. OLE color: 1064534.
HSL color Cylindrical-coordinate representation of color #563E10: hue angle of 39.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #563E10 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 16 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.66 |
| HSL | 39.43º | 0.69% | 0.2% | - |
| HSV(B) | 39.43º | 0.81% | 0.34% | - |
| XYZ | 5.65 | 5.46 | 1.25 | - |
| YUV | 63.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 16 | 0 | 0.28 | 0.81 | 0.66 | 39.43 | 0.69 | 0.2 |
| Hex | 56 | 3E | 10 | 0 | 1C | 51 | 42 | 27 | 45 | 14 |
| Octal | 126 | 76 | 20 | 0 | 34 | 121 | 102 | 47 | 105 | 24 |
| Binary | 1010110 | 111110 | 10000 | 0 | 11100 | 1010001 | 1000010 | 100111 | 1000101 | 10100 |
Color Harmonies of #563E10
Complementary color
Monochromatic Colors of #563E10
Black with #563E10
Text Example
Text Example
White with #563E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E10; }
p { color: rgb(86,62,16); }
H1.HeaderClassName
{
color: #563E10;
}
.AnyTagClassName
{
color: #563E10;
}
</style>
background-color css
<style>
a { background-color: #563E10; }
a { background-color: rgb(86,62,16); }
div.DivClassName
{
background-color: #563E10;
}
.BgClassName
{
background-color: #563E10;
}
</style>
border-color css
<style>
span { border-color: #563E10; }
span { border-color: rgb(86,62,16); }
td.TdClassName
{
border-color: #563E10;
}
.TagClassName
{
border-color: #563E10;
}
</style>