Shades of Indian Tan #4C2619
Tints of Indian Tan #4C2619
RGB
CMYK
RGB Variations
Color information
#4C2619 (or 0x4C2619) is known color: Indian Tan. HEX triplet: 4C, 26 and 19. RGB value is (76,38,25). Sum of RGB (Red+Green+Blue) = 76+38+25=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2619 is #B3D9E6. Grayscale: #2F2F2F. Windows color (decimal): -11786727 or 1648204. OLE color: 1648204.
HSL color Cylindrical-coordinate representation of color #4C2619: hue angle of 15.29º 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 #4C2619 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 25 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.70 |
| HSL | 15.29º | 0.5% | 0.2% | - |
| HSV(B) | 15.29º | 0.67% | 0.3% | - |
| XYZ | 3.85 | 2.99 | 1.29 | - |
| YUV | 47.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 25 | 0 | 0.5 | 0.67 | 0.70 | 15.29 | 0.5 | 0.2 |
| Hex | 4C | 26 | 19 | 0 | 32 | 43 | 46 | F | 32 | 14 |
| Octal | 114 | 46 | 31 | 0 | 62 | 103 | 106 | 17 | 62 | 24 |
| Binary | 1001100 | 100110 | 11001 | 0 | 110010 | 1000011 | 1000110 | 1111 | 110010 | 10100 |
Color Harmonies of #4C2619
Complementary color
Monochromatic Colors of #4C2619
Black with #4C2619
Text Example
Text Example
White with #4C2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2619; }
p { color: rgb(76,38,25); }
H1.HeaderClassName
{
color: #4C2619;
}
.AnyTagClassName
{
color: #4C2619;
}
</style>
background-color css
<style>
a { background-color: #4C2619; }
a { background-color: rgb(76,38,25); }
div.DivClassName
{
background-color: #4C2619;
}
.BgClassName
{
background-color: #4C2619;
}
</style>
border-color css
<style>
span { border-color: #4C2619; }
span { border-color: rgb(76,38,25); }
td.TdClassName
{
border-color: #4C2619;
}
.TagClassName
{
border-color: #4C2619;
}
</style>