Shades of Indian Tan #4C2819
Tints of Indian Tan #4C2819
RGB
CMYK
RGB Variations
Color information
#4C2819 (or 0x4C2819) is known color: Indian Tan. HEX triplet: 4C, 28 and 19. RGB value is (76,40,25). Sum of RGB (Red+Green+Blue) = 76+40+25=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2819 is #B3D7E6. Grayscale: #313131. Windows color (decimal): -11786215 or 1648716. OLE color: 1648716.
HSL color Cylindrical-coordinate representation of color #4C2819: hue angle of 17.65º 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 #4C2819 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 40 | 25 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.70 |
| HSL | 17.65º | 0.5% | 0.2% | - |
| HSV(B) | 17.65º | 0.67% | 0.3% | - |
| XYZ | 3.91 | 3.12 | 1.32 | - |
| YUV | 49.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 25 | 0 | 0.47 | 0.67 | 0.70 | 17.65 | 0.5 | 0.2 |
| Hex | 4C | 28 | 19 | 0 | 2F | 43 | 46 | 12 | 32 | 14 |
| Octal | 114 | 50 | 31 | 0 | 57 | 103 | 106 | 22 | 62 | 24 |
| Binary | 1001100 | 101000 | 11001 | 0 | 101111 | 1000011 | 1000110 | 10010 | 110010 | 10100 |
Color Harmonies of #4C2819
Complementary color
Monochromatic Colors of #4C2819
Black with #4C2819
Text Example
Text Example
White with #4C2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2819; }
p { color: rgb(76,40,25); }
H1.HeaderClassName
{
color: #4C2819;
}
.AnyTagClassName
{
color: #4C2819;
}
</style>
background-color css
<style>
a { background-color: #4C2819; }
a { background-color: rgb(76,40,25); }
div.DivClassName
{
background-color: #4C2819;
}
.BgClassName
{
background-color: #4C2819;
}
</style>
border-color css
<style>
span { border-color: #4C2819; }
span { border-color: rgb(76,40,25); }
td.TdClassName
{
border-color: #4C2819;
}
.TagClassName
{
border-color: #4C2819;
}
</style>