Shades of Indian Tan #4C2712
Tints of Indian Tan #4C2712
RGB
CMYK
RGB Variations
Color information
#4C2712 (or 0x4C2712) is known color: Indian Tan. HEX triplet: 4C, 27 and 12. RGB value is (76,39,18). Sum of RGB (Red+Green+Blue) = 76+39+18=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2712 is #B3D8ED. Grayscale: #2F2F2F. Windows color (decimal): -11786478 or 1189708. OLE color: 1189708.
HSL color Cylindrical-coordinate representation of color #4C2712: hue angle of 21.72º 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 #4C2712 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 18 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.70 |
| HSL | 21.72º | 0.62% | 0.18% | - |
| HSV(B) | 21.72º | 0.76% | 0.3% | - |
| XYZ | 3.82 | 3.03 | 0.96 | - |
| YUV | 47.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 18 | 0 | 0.49 | 0.76 | 0.70 | 21.72 | 0.62 | 0.18 |
| Hex | 4C | 27 | 12 | 0 | 31 | 4C | 46 | 16 | 3E | 12 |
| Octal | 114 | 47 | 22 | 0 | 61 | 114 | 106 | 26 | 76 | 22 |
| Binary | 1001100 | 100111 | 10010 | 0 | 110001 | 1001100 | 1000110 | 10110 | 111110 | 10010 |
Color Harmonies of #4C2712
Complementary color
Monochromatic Colors of #4C2712
Black with #4C2712
Text Example
Text Example
White with #4C2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2712; }
p { color: rgb(76,39,18); }
H1.HeaderClassName
{
color: #4C2712;
}
.AnyTagClassName
{
color: #4C2712;
}
</style>
background-color css
<style>
a { background-color: #4C2712; }
a { background-color: rgb(76,39,18); }
div.DivClassName
{
background-color: #4C2712;
}
.BgClassName
{
background-color: #4C2712;
}
</style>
border-color css
<style>
span { border-color: #4C2712; }
span { border-color: rgb(76,39,18); }
td.TdClassName
{
border-color: #4C2712;
}
.TagClassName
{
border-color: #4C2712;
}
</style>