Shades of Indian Tan #4C2611
Tints of Indian Tan #4C2611
RGB
CMYK
RGB Variations
Color information
#4C2611 (or 0x4C2611) is known color: Indian Tan. HEX triplet: 4C, 26 and 11. RGB value is (76,38,17). Sum of RGB (Red+Green+Blue) = 76+38+17=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2611 is #B3D9EE. Grayscale: #2F2F2F. Windows color (decimal): -11786735 or 1123916. OLE color: 1123916.
HSL color Cylindrical-coordinate representation of color #4C2611: hue angle of 21.36º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2611 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 17 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.70 |
| HSL | 21.36º | 0.63% | 0.18% | - |
| HSV(B) | 21.36º | 0.78% | 0.3% | - |
| XYZ | 3.77 | 2.96 | 0.9 | - |
| YUV | 46.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 17 | 0 | 0.5 | 0.78 | 0.70 | 21.36 | 0.63 | 0.18 |
| Hex | 4C | 26 | 11 | 0 | 32 | 4E | 46 | 15 | 3F | 12 |
| Octal | 114 | 46 | 21 | 0 | 62 | 116 | 106 | 25 | 77 | 22 |
| Binary | 1001100 | 100110 | 10001 | 0 | 110010 | 1001110 | 1000110 | 10101 | 111111 | 10010 |
Color Harmonies of #4C2611
Complementary color
Monochromatic Colors of #4C2611
Black with #4C2611
Text Example
Text Example
White with #4C2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2611; }
p { color: rgb(76,38,17); }
H1.HeaderClassName
{
color: #4C2611;
}
.AnyTagClassName
{
color: #4C2611;
}
</style>
background-color css
<style>
a { background-color: #4C2611; }
a { background-color: rgb(76,38,17); }
div.DivClassName
{
background-color: #4C2611;
}
.BgClassName
{
background-color: #4C2611;
}
</style>
border-color css
<style>
span { border-color: #4C2611; }
span { border-color: rgb(76,38,17); }
td.TdClassName
{
border-color: #4C2611;
}
.TagClassName
{
border-color: #4C2611;
}
</style>