Shades of Indian Tan #4C2613
Tints of Indian Tan #4C2613
RGB
CMYK
RGB Variations
Color information
#4C2613 (or 0x4C2613) is known color: Indian Tan. HEX triplet: 4C, 26 and 13. RGB value is (76,38,19). Sum of RGB (Red+Green+Blue) = 76+38+19=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2613 is #B3D9EC. Grayscale: #2F2F2F. Windows color (decimal): -11786733 or 1254988. OLE color: 1254988.
HSL color Cylindrical-coordinate representation of color #4C2613: hue angle of 20º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2613 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 19 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.70 |
| HSL | 20º | 0.6% | 0.19% | - |
| HSV(B) | 20º | 0.75% | 0.3% | - |
| XYZ | 3.79 | 2.97 | 0.99 | - |
| YUV | 47.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 19 | 0 | 0.5 | 0.75 | 0.70 | 20 | 0.6 | 0.19 |
| Hex | 4C | 26 | 13 | 0 | 32 | 4B | 46 | 14 | 3C | 13 |
| Octal | 114 | 46 | 23 | 0 | 62 | 113 | 106 | 24 | 74 | 23 |
| Binary | 1001100 | 100110 | 10011 | 0 | 110010 | 1001011 | 1000110 | 10100 | 111100 | 10011 |
Color Harmonies of #4C2613
Complementary color
Monochromatic Colors of #4C2613
Black with #4C2613
Text Example
Text Example
White with #4C2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2613; }
p { color: rgb(76,38,19); }
H1.HeaderClassName
{
color: #4C2613;
}
.AnyTagClassName
{
color: #4C2613;
}
</style>
background-color css
<style>
a { background-color: #4C2613; }
a { background-color: rgb(76,38,19); }
div.DivClassName
{
background-color: #4C2613;
}
.BgClassName
{
background-color: #4C2613;
}
</style>
border-color css
<style>
span { border-color: #4C2613; }
span { border-color: rgb(76,38,19); }
td.TdClassName
{
border-color: #4C2613;
}
.TagClassName
{
border-color: #4C2613;
}
</style>