Shades of Indian Tan #563024
Tints of Indian Tan #563024
RGB
CMYK
RGB Variations
Color information
#563024 (or 0x563024) is known color: Indian Tan. HEX triplet: 56, 30 and 24. RGB value is (86,48,36). Sum of RGB (Red+Green+Blue) = 86+48+36=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563024 is #A9CFDB. Grayscale: #3A3A3A. Windows color (decimal): -11128796 or 2371670. OLE color: 2371670.
HSL color Cylindrical-coordinate representation of color #563024: hue angle of 14.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563024 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 36 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.66 |
| HSL | 14.4º | 0.41% | 0.24% | - |
| HSV(B) | 14.4º | 0.58% | 0.34% | - |
| XYZ | 5.21 | 4.22 | 2.21 | - |
| YUV | 57.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 36 | 0 | 0.44 | 0.58 | 0.66 | 14.4 | 0.41 | 0.24 |
| Hex | 56 | 30 | 24 | 0 | 2C | 3A | 42 | E | 29 | 18 |
| Octal | 126 | 60 | 44 | 0 | 54 | 72 | 102 | 16 | 51 | 30 |
| Binary | 1010110 | 110000 | 100100 | 0 | 101100 | 111010 | 1000010 | 1110 | 101001 | 11000 |
Color Harmonies of #563024
Complementary color
Monochromatic Colors of #563024
Black with #563024
Text Example
Text Example
White with #563024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563024; }
p { color: rgb(86,48,36); }
H1.HeaderClassName
{
color: #563024;
}
.AnyTagClassName
{
color: #563024;
}
</style>
background-color css
<style>
a { background-color: #563024; }
a { background-color: rgb(86,48,36); }
div.DivClassName
{
background-color: #563024;
}
.BgClassName
{
background-color: #563024;
}
</style>
border-color css
<style>
span { border-color: #563024; }
span { border-color: rgb(86,48,36); }
td.TdClassName
{
border-color: #563024;
}
.TagClassName
{
border-color: #563024;
}
</style>