Shades of Indian Tan #4C2B1A
Tints of Indian Tan #4C2B1A
RGB
CMYK
RGB Variations
Color information
#4C2B1A (or 0x4C2B1A) is known color: Indian Tan. HEX triplet: 4C, 2B and 1A. RGB value is (76,43,26). Sum of RGB (Red+Green+Blue) = 76+43+26=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B1A is #B3D4E5. Grayscale: #333333. Windows color (decimal): -11785446 or 1715020. OLE color: 1715020.
HSL color Cylindrical-coordinate representation of color #4C2B1A: hue angle of 20.4º 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 #4C2B1A is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 26 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.70 |
| HSL | 20.4º | 0.49% | 0.2% | - |
| HSV(B) | 20.4º | 0.66% | 0.3% | - |
| XYZ | 4.03 | 3.34 | 1.41 | - |
| YUV | 50.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 26 | 0 | 0.43 | 0.66 | 0.70 | 20.4 | 0.49 | 0.2 |
| Hex | 4C | 2B | 1A | 0 | 2B | 42 | 46 | 14 | 31 | 14 |
| Octal | 114 | 53 | 32 | 0 | 53 | 102 | 106 | 24 | 61 | 24 |
| Binary | 1001100 | 101011 | 11010 | 0 | 101011 | 1000010 | 1000110 | 10100 | 110001 | 10100 |
Color Harmonies of #4C2B1A
Complementary color
Monochromatic Colors of #4C2B1A
Black with #4C2B1A
Text Example
Text Example
White with #4C2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B1A; }
p { color: rgb(76,43,26); }
H1.HeaderClassName
{
color: #4C2B1A;
}
.AnyTagClassName
{
color: #4C2B1A;
}
</style>
background-color css
<style>
a { background-color: #4C2B1A; }
a { background-color: rgb(76,43,26); }
div.DivClassName
{
background-color: #4C2B1A;
}
.BgClassName
{
background-color: #4C2B1A;
}
</style>
border-color css
<style>
span { border-color: #4C2B1A; }
span { border-color: rgb(76,43,26); }
td.TdClassName
{
border-color: #4C2B1A;
}
.TagClassName
{
border-color: #4C2B1A;
}
</style>