Shades of Indian Tan #4C2612
Tints of Indian Tan #4C2612
RGB
CMYK
RGB Variations
Color information
#4C2612 (or 0x4C2612) is known color: Indian Tan. HEX triplet: 4C, 26 and 12. RGB value is (76,38,18). Sum of RGB (Red+Green+Blue) = 76+38+18=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2612 is #B3D9ED. Grayscale: #2F2F2F. Windows color (decimal): -11786734 or 1189452. OLE color: 1189452.
HSL color Cylindrical-coordinate representation of color #4C2612: hue angle of 20.69º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2612 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 18 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.70 |
| HSL | 20.69º | 0.62% | 0.18% | - |
| HSV(B) | 20.69º | 0.76% | 0.3% | - |
| XYZ | 3.78 | 2.97 | 0.95 | - |
| YUV | 47.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 18 | 0 | 0.5 | 0.76 | 0.70 | 20.69 | 0.62 | 0.18 |
| Hex | 4C | 26 | 12 | 0 | 32 | 4C | 46 | 15 | 3E | 12 |
| Octal | 114 | 46 | 22 | 0 | 62 | 114 | 106 | 25 | 76 | 22 |
| Binary | 1001100 | 100110 | 10010 | 0 | 110010 | 1001100 | 1000110 | 10101 | 111110 | 10010 |
Color Harmonies of #4C2612
Complementary color
Monochromatic Colors of #4C2612
Black with #4C2612
Text Example
Text Example
White with #4C2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2612; }
p { color: rgb(76,38,18); }
H1.HeaderClassName
{
color: #4C2612;
}
.AnyTagClassName
{
color: #4C2612;
}
</style>
background-color css
<style>
a { background-color: #4C2612; }
a { background-color: rgb(76,38,18); }
div.DivClassName
{
background-color: #4C2612;
}
.BgClassName
{
background-color: #4C2612;
}
</style>
border-color css
<style>
span { border-color: #4C2612; }
span { border-color: rgb(76,38,18); }
td.TdClassName
{
border-color: #4C2612;
}
.TagClassName
{
border-color: #4C2612;
}
</style>