Shades of Indian Tan #4C2E24
Tints of Indian Tan #4C2E24
RGB
CMYK
RGB Variations
Color information
#4C2E24 (or 0x4C2E24) is known color: Indian Tan. HEX triplet: 4C, 2E and 24. RGB value is (76,46,36). Sum of RGB (Red+Green+Blue) = 76+46+36=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E24 is #B3D1DB. Grayscale: #353535. Windows color (decimal): -11784668 or 2371148. OLE color: 2371148.
HSL color Cylindrical-coordinate representation of color #4C2E24: hue angle of 15º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2E24 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 36 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.70 |
| HSL | 15º | 0.36% | 0.22% | - |
| HSV(B) | 15º | 0.53% | 0.3% | - |
| XYZ | 4.28 | 3.62 | 2.14 | - |
| YUV | 53.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 36 | 0 | 0.39 | 0.53 | 0.70 | 15 | 0.36 | 0.22 |
| Hex | 4C | 2E | 24 | 0 | 27 | 35 | 46 | F | 24 | 16 |
| Octal | 114 | 56 | 44 | 0 | 47 | 65 | 106 | 17 | 44 | 26 |
| Binary | 1001100 | 101110 | 100100 | 0 | 100111 | 110101 | 1000110 | 1111 | 100100 | 10110 |
Color Harmonies of #4C2E24
Complementary color
Monochromatic Colors of #4C2E24
Black with #4C2E24
Text Example
Text Example
White with #4C2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E24; }
p { color: rgb(76,46,36); }
H1.HeaderClassName
{
color: #4C2E24;
}
.AnyTagClassName
{
color: #4C2E24;
}
</style>
background-color css
<style>
a { background-color: #4C2E24; }
a { background-color: rgb(76,46,36); }
div.DivClassName
{
background-color: #4C2E24;
}
.BgClassName
{
background-color: #4C2E24;
}
</style>
border-color css
<style>
span { border-color: #4C2E24; }
span { border-color: rgb(76,46,36); }
td.TdClassName
{
border-color: #4C2E24;
}
.TagClassName
{
border-color: #4C2E24;
}
</style>