Shades of Indian Tan #4A280A
Tints of Indian Tan #4A280A
RGB
CMYK
RGB Variations
Color information
#4A280A (or 0x4A280A) is known color: Indian Tan. HEX triplet: 4A, 28 and 0A. RGB value is (74,40,10). Sum of RGB (Red+Green+Blue) = 74+40+10=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A280A is #B5D7F5. Grayscale: #2E2E2E. Windows color (decimal): -11917302 or 665674. OLE color: 665674.
HSL color Cylindrical-coordinate representation of color #4A280A: hue angle of 28.12º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A280A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 10 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.71 |
| HSL | 28.13º | 0.76% | 0.16% | - |
| HSV(B) | 28.13º | 0.86% | 0.29% | - |
| XYZ | 3.64 | 3 | 0.67 | - |
| YUV | 46.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 10 | 0 | 0.46 | 0.86 | 0.71 | 28.13 | 0.76 | 0.16 |
| Hex | 4A | 28 | A | 0 | 2E | 56 | 47 | 1C | 4C | 10 |
| Octal | 112 | 50 | 12 | 0 | 56 | 126 | 107 | 34 | 114 | 20 |
| Binary | 1001010 | 101000 | 1010 | 0 | 101110 | 1010110 | 1000111 | 11100 | 1001100 | 10000 |
Color Harmonies of #4A280A
Complementary color
Monochromatic Colors of #4A280A
Black with #4A280A
Text Example
Text Example
White with #4A280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A280A; }
p { color: rgb(74,40,10); }
H1.HeaderClassName
{
color: #4A280A;
}
.AnyTagClassName
{
color: #4A280A;
}
</style>
background-color css
<style>
a { background-color: #4A280A; }
a { background-color: rgb(74,40,10); }
div.DivClassName
{
background-color: #4A280A;
}
.BgClassName
{
background-color: #4A280A;
}
</style>
border-color css
<style>
span { border-color: #4A280A; }
span { border-color: rgb(74,40,10); }
td.TdClassName
{
border-color: #4A280A;
}
.TagClassName
{
border-color: #4A280A;
}
</style>