Shades of Indian Tan #4C280C
Tints of Indian Tan #4C280C
RGB
CMYK
RGB Variations
Color information
#4C280C (or 0x4C280C) is known color: Indian Tan. HEX triplet: 4C, 28 and 0C. RGB value is (76,40,12). Sum of RGB (Red+Green+Blue) = 76+40+12=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C280C is #B3D7F3. Grayscale: #2F2F2F. Windows color (decimal): -11786228 or 796748. OLE color: 796748.
HSL color Cylindrical-coordinate representation of color #4C280C: hue angle of 26.25º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C280C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 40 | 12 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.70 |
| HSL | 26.25º | 0.73% | 0.17% | - |
| HSV(B) | 26.25º | 0.84% | 0.3% | - |
| XYZ | 3.81 | 3.08 | 0.74 | - |
| YUV | 47.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 12 | 0 | 0.47 | 0.84 | 0.70 | 26.25 | 0.73 | 0.17 |
| Hex | 4C | 28 | C | 0 | 2F | 54 | 46 | 1A | 49 | 11 |
| Octal | 114 | 50 | 14 | 0 | 57 | 124 | 106 | 32 | 111 | 21 |
| Binary | 1001100 | 101000 | 1100 | 0 | 101111 | 1010100 | 1000110 | 11010 | 1001001 | 10001 |
Color Harmonies of #4C280C
Complementary color
Monochromatic Colors of #4C280C
Black with #4C280C
Text Example
Text Example
White with #4C280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C280C; }
p { color: rgb(76,40,12); }
H1.HeaderClassName
{
color: #4C280C;
}
.AnyTagClassName
{
color: #4C280C;
}
</style>
background-color css
<style>
a { background-color: #4C280C; }
a { background-color: rgb(76,40,12); }
div.DivClassName
{
background-color: #4C280C;
}
.BgClassName
{
background-color: #4C280C;
}
</style>
border-color css
<style>
span { border-color: #4C280C; }
span { border-color: rgb(76,40,12); }
td.TdClassName
{
border-color: #4C280C;
}
.TagClassName
{
border-color: #4C280C;
}
</style>