Shades of Indian Tan #562E1E
Tints of Indian Tan #562E1E
RGB
CMYK
RGB Variations
Color information
#562E1E (or 0x562E1E) is known color: Indian Tan. HEX triplet: 56, 2E and 1E. RGB value is (86,46,30). Sum of RGB (Red+Green+Blue) = 86+46+30=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #562E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E1E is #A9D1E1. Grayscale: #383838. Windows color (decimal): -11129314 or 1977942. OLE color: 1977942.
HSL color Cylindrical-coordinate representation of color #562E1E: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562E1E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 30 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.66 |
| HSL | 17.14º | 0.48% | 0.23% | - |
| HSV(B) | 17.14º | 0.65% | 0.34% | - |
| XYZ | 5.05 | 4.03 | 1.74 | - |
| YUV | 56.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 30 | 0 | 0.47 | 0.65 | 0.66 | 17.14 | 0.48 | 0.23 |
| Hex | 56 | 2E | 1E | 0 | 2F | 41 | 42 | 11 | 30 | 17 |
| Octal | 126 | 56 | 36 | 0 | 57 | 101 | 102 | 21 | 60 | 27 |
| Binary | 1010110 | 101110 | 11110 | 0 | 101111 | 1000001 | 1000010 | 10001 | 110000 | 10111 |
Color Harmonies of #562E1E
Complementary color
Monochromatic Colors of #562E1E
Black with #562E1E
Text Example
Text Example
White with #562E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E1E; }
p { color: rgb(86,46,30); }
H1.HeaderClassName
{
color: #562E1E;
}
.AnyTagClassName
{
color: #562E1E;
}
</style>
background-color css
<style>
a { background-color: #562E1E; }
a { background-color: rgb(86,46,30); }
div.DivClassName
{
background-color: #562E1E;
}
.BgClassName
{
background-color: #562E1E;
}
</style>
border-color css
<style>
span { border-color: #562E1E; }
span { border-color: rgb(86,46,30); }
td.TdClassName
{
border-color: #562E1E;
}
.TagClassName
{
border-color: #562E1E;
}
</style>