Shades of Indian Tan #4A250C
Tints of Indian Tan #4A250C
RGB
CMYK
RGB Variations
Color information
#4A250C (or 0x4A250C) is known color: Indian Tan. HEX triplet: 4A, 25 and 0C. RGB value is (74,37,12). Sum of RGB (Red+Green+Blue) = 74+37+12=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A250C is #B5DAF3. Grayscale: #2D2D2D. Windows color (decimal): -11918068 or 795978. OLE color: 795978.
HSL color Cylindrical-coordinate representation of color #4A250C: hue angle of 24.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A250C is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 12 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.71 |
| HSL | 24.19º | 0.72% | 0.17% | - |
| HSV(B) | 24.19º | 0.84% | 0.29% | - |
| XYZ | 3.55 | 2.81 | 0.7 | - |
| YUV | 45.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 12 | 0 | 0.50 | 0.84 | 0.71 | 24.19 | 0.72 | 0.17 |
| Hex | 4A | 25 | C | 0 | 32 | 54 | 47 | 18 | 48 | 11 |
| Octal | 112 | 45 | 14 | 0 | 62 | 124 | 107 | 30 | 110 | 21 |
| Binary | 1001010 | 100101 | 1100 | 0 | 110010 | 1010100 | 1000111 | 11000 | 1001000 | 10001 |
Color Harmonies of #4A250C
Complementary color
Monochromatic Colors of #4A250C
Black with #4A250C
Text Example
Text Example
White with #4A250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A250C; }
p { color: rgb(74,37,12); }
H1.HeaderClassName
{
color: #4A250C;
}
.AnyTagClassName
{
color: #4A250C;
}
</style>
background-color css
<style>
a { background-color: #4A250C; }
a { background-color: rgb(74,37,12); }
div.DivClassName
{
background-color: #4A250C;
}
.BgClassName
{
background-color: #4A250C;
}
</style>
border-color css
<style>
span { border-color: #4A250C; }
span { border-color: rgb(74,37,12); }
td.TdClassName
{
border-color: #4A250C;
}
.TagClassName
{
border-color: #4A250C;
}
</style>