Shades of Indian Tan #4C2E1A
Tints of Indian Tan #4C2E1A
RGB
CMYK
RGB Variations
Color information
#4C2E1A (or 0x4C2E1A) is known color: Indian Tan. HEX triplet: 4C, 2E and 1A. RGB value is (76,46,26). Sum of RGB (Red+Green+Blue) = 76+46+26=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E1A is #B3D1E5. Grayscale: #343434. Windows color (decimal): -11784678 or 1715788. OLE color: 1715788.
HSL color Cylindrical-coordinate representation of color #4C2E1A: hue angle of 24º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C2E1A is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 26 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.70 |
| HSL | 24º | 0.49% | 0.2% | - |
| HSV(B) | 24º | 0.66% | 0.3% | - |
| XYZ | 4.14 | 3.57 | 1.45 | - |
| YUV | 52.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 26 | 0 | 0.39 | 0.66 | 0.70 | 24 | 0.49 | 0.2 |
| Hex | 4C | 2E | 1A | 0 | 27 | 42 | 46 | 18 | 31 | 14 |
| Octal | 114 | 56 | 32 | 0 | 47 | 102 | 106 | 30 | 61 | 24 |
| Binary | 1001100 | 101110 | 11010 | 0 | 100111 | 1000010 | 1000110 | 11000 | 110001 | 10100 |
Color Harmonies of #4C2E1A
Complementary color
Monochromatic Colors of #4C2E1A
Black with #4C2E1A
Text Example
Text Example
White with #4C2E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E1A; }
p { color: rgb(76,46,26); }
H1.HeaderClassName
{
color: #4C2E1A;
}
.AnyTagClassName
{
color: #4C2E1A;
}
</style>
background-color css
<style>
a { background-color: #4C2E1A; }
a { background-color: rgb(76,46,26); }
div.DivClassName
{
background-color: #4C2E1A;
}
.BgClassName
{
background-color: #4C2E1A;
}
</style>
border-color css
<style>
span { border-color: #4C2E1A; }
span { border-color: rgb(76,46,26); }
td.TdClassName
{
border-color: #4C2E1A;
}
.TagClassName
{
border-color: #4C2E1A;
}
</style>