Shades of Indian Tan #563020
Tints of Indian Tan #563020
RGB
CMYK
RGB Variations
Color information
#563020 (or 0x563020) is known color: Indian Tan. HEX triplet: 56, 30 and 20. RGB value is (86,48,32). Sum of RGB (Red+Green+Blue) = 86+48+32=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563020 is #A9CFDF. Grayscale: #393939. Windows color (decimal): -11128800 or 2109526. OLE color: 2109526.
HSL color Cylindrical-coordinate representation of color #563020: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563020 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 32 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.66 |
| HSL | 17.78º | 0.46% | 0.23% | - |
| HSV(B) | 17.78º | 0.63% | 0.34% | - |
| XYZ | 5.16 | 4.2 | 1.9 | - |
| YUV | 57.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 32 | 0 | 0.44 | 0.63 | 0.66 | 17.78 | 0.46 | 0.23 |
| Hex | 56 | 30 | 20 | 0 | 2C | 3F | 42 | 12 | 2E | 17 |
| Octal | 126 | 60 | 40 | 0 | 54 | 77 | 102 | 22 | 56 | 27 |
| Binary | 1010110 | 110000 | 100000 | 0 | 101100 | 111111 | 1000010 | 10010 | 101110 | 10111 |
Color Harmonies of #563020
Complementary color
Monochromatic Colors of #563020
Black with #563020
Text Example
Text Example
White with #563020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563020; }
p { color: rgb(86,48,32); }
H1.HeaderClassName
{
color: #563020;
}
.AnyTagClassName
{
color: #563020;
}
</style>
background-color css
<style>
a { background-color: #563020; }
a { background-color: rgb(86,48,32); }
div.DivClassName
{
background-color: #563020;
}
.BgClassName
{
background-color: #563020;
}
</style>
border-color css
<style>
span { border-color: #563020; }
span { border-color: rgb(86,48,32); }
td.TdClassName
{
border-color: #563020;
}
.TagClassName
{
border-color: #563020;
}
</style>