Shades of Indian Tan #4C291C
Tints of Indian Tan #4C291C
RGB
CMYK
RGB Variations
Color information
#4C291C (or 0x4C291C) is known color: Indian Tan. HEX triplet: 4C, 29 and 1C. RGB value is (76,41,28). Sum of RGB (Red+Green+Blue) = 76+41+28=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C291C is #B3D6E3. Grayscale: #323232. Windows color (decimal): -11785956 or 1845580. OLE color: 1845580.
HSL color Cylindrical-coordinate representation of color #4C291C: hue angle of 16.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C291C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 28 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.70 |
| HSL | 16.25º | 0.46% | 0.2% | - |
| HSV(B) | 16.25º | 0.63% | 0.3% | - |
| XYZ | 3.98 | 3.21 | 1.51 | - |
| YUV | 49.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 28 | 0 | 0.46 | 0.63 | 0.70 | 16.25 | 0.46 | 0.2 |
| Hex | 4C | 29 | 1C | 0 | 2E | 3F | 46 | 10 | 2E | 14 |
| Octal | 114 | 51 | 34 | 0 | 56 | 77 | 106 | 20 | 56 | 24 |
| Binary | 1001100 | 101001 | 11100 | 0 | 101110 | 111111 | 1000110 | 10000 | 101110 | 10100 |
Color Harmonies of #4C291C
Complementary color
Monochromatic Colors of #4C291C
Black with #4C291C
Text Example
Text Example
White with #4C291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C291C; }
p { color: rgb(76,41,28); }
H1.HeaderClassName
{
color: #4C291C;
}
.AnyTagClassName
{
color: #4C291C;
}
</style>
background-color css
<style>
a { background-color: #4C291C; }
a { background-color: rgb(76,41,28); }
div.DivClassName
{
background-color: #4C291C;
}
.BgClassName
{
background-color: #4C291C;
}
</style>
border-color css
<style>
span { border-color: #4C291C; }
span { border-color: rgb(76,41,28); }
td.TdClassName
{
border-color: #4C291C;
}
.TagClassName
{
border-color: #4C291C;
}
</style>