Shades of Indian Tan #4C240E
Tints of Indian Tan #4C240E
RGB
CMYK
RGB Variations
Color information
#4C240E (or 0x4C240E) is known color: Indian Tan. HEX triplet: 4C, 24 and 0E. RGB value is (76,36,14). Sum of RGB (Red+Green+Blue) = 76+36+14=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C240E is #B3DBF1. Grayscale: #2D2D2D. Windows color (decimal): -11787250 or 926796. OLE color: 926796.
HSL color Cylindrical-coordinate representation of color #4C240E: hue angle of 21.29º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C240E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 14 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.70 |
| HSL | 21.29º | 0.69% | 0.18% | - |
| HSV(B) | 21.29º | 0.82% | 0.3% | - |
| XYZ | 3.69 | 2.83 | 0.77 | - |
| YUV | 45.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 14 | 0 | 0.53 | 0.82 | 0.70 | 21.29 | 0.69 | 0.18 |
| Hex | 4C | 24 | E | 0 | 35 | 52 | 46 | 15 | 45 | 12 |
| Octal | 114 | 44 | 16 | 0 | 65 | 122 | 106 | 25 | 105 | 22 |
| Binary | 1001100 | 100100 | 1110 | 0 | 110101 | 1010010 | 1000110 | 10101 | 1000101 | 10010 |
Color Harmonies of #4C240E
Complementary color
Monochromatic Colors of #4C240E
Black with #4C240E
Text Example
Text Example
White with #4C240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C240E; }
p { color: rgb(76,36,14); }
H1.HeaderClassName
{
color: #4C240E;
}
.AnyTagClassName
{
color: #4C240E;
}
</style>
background-color css
<style>
a { background-color: #4C240E; }
a { background-color: rgb(76,36,14); }
div.DivClassName
{
background-color: #4C240E;
}
.BgClassName
{
background-color: #4C240E;
}
</style>
border-color css
<style>
span { border-color: #4C240E; }
span { border-color: rgb(76,36,14); }
td.TdClassName
{
border-color: #4C240E;
}
.TagClassName
{
border-color: #4C240E;
}
</style>