Shades of Indian Tan #4C2F19
Tints of Indian Tan #4C2F19
RGB
CMYK
RGB Variations
Color information
#4C2F19 (or 0x4C2F19) is known color: Indian Tan. HEX triplet: 4C, 2F and 19. RGB value is (76,47,25). Sum of RGB (Red+Green+Blue) = 76+47+25=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2F19 is #B3D0E6. Grayscale: #353535. Windows color (decimal): -11784423 or 1650508. OLE color: 1650508.
HSL color Cylindrical-coordinate representation of color #4C2F19: hue angle of 25.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2F19 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 25 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.70 |
| HSL | 25.88º | 0.5% | 0.2% | - |
| HSV(B) | 25.88º | 0.67% | 0.3% | - |
| XYZ | 4.17 | 3.64 | 1.4 | - |
| YUV | 53.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 25 | 0 | 0.38 | 0.67 | 0.70 | 25.88 | 0.5 | 0.2 |
| Hex | 4C | 2F | 19 | 0 | 26 | 43 | 46 | 1A | 32 | 14 |
| Octal | 114 | 57 | 31 | 0 | 46 | 103 | 106 | 32 | 62 | 24 |
| Binary | 1001100 | 101111 | 11001 | 0 | 100110 | 1000011 | 1000110 | 11010 | 110010 | 10100 |
Color Harmonies of #4C2F19
Complementary color
Monochromatic Colors of #4C2F19
Black with #4C2F19
Text Example
Text Example
White with #4C2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F19; }
p { color: rgb(76,47,25); }
H1.HeaderClassName
{
color: #4C2F19;
}
.AnyTagClassName
{
color: #4C2F19;
}
</style>
background-color css
<style>
a { background-color: #4C2F19; }
a { background-color: rgb(76,47,25); }
div.DivClassName
{
background-color: #4C2F19;
}
.BgClassName
{
background-color: #4C2F19;
}
</style>
border-color css
<style>
span { border-color: #4C2F19; }
span { border-color: rgb(76,47,25); }
td.TdClassName
{
border-color: #4C2F19;
}
.TagClassName
{
border-color: #4C2F19;
}
</style>