Shades of Indian Tan #4A2D14
Tints of Indian Tan #4A2D14
RGB
CMYK
RGB Variations
Color information
#4A2D14 (or 0x4A2D14) is known color: Indian Tan. HEX triplet: 4A, 2D and 14. RGB value is (74,45,20). Sum of RGB (Red+Green+Blue) = 74+45+20=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2D14 is #B5D2EB. Grayscale: #323232. Windows color (decimal): -11916012 or 1322314. OLE color: 1322314.
HSL color Cylindrical-coordinate representation of color #4A2D14: hue angle of 27.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2D14 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 20 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.71 |
| HSL | 27.78º | 0.57% | 0.18% | - |
| HSV(B) | 27.78º | 0.73% | 0.29% | - |
| XYZ | 3.89 | 3.38 | 1.11 | - |
| YUV | 50.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 20 | 0 | 0.39 | 0.73 | 0.71 | 27.78 | 0.57 | 0.18 |
| Hex | 4A | 2D | 14 | 0 | 27 | 49 | 47 | 1C | 39 | 12 |
| Octal | 112 | 55 | 24 | 0 | 47 | 111 | 107 | 34 | 71 | 22 |
| Binary | 1001010 | 101101 | 10100 | 0 | 100111 | 1001001 | 1000111 | 11100 | 111001 | 10010 |
Color Harmonies of #4A2D14
Complementary color
Monochromatic Colors of #4A2D14
Black with #4A2D14
Text Example
Text Example
White with #4A2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D14; }
p { color: rgb(74,45,20); }
H1.HeaderClassName
{
color: #4A2D14;
}
.AnyTagClassName
{
color: #4A2D14;
}
</style>
background-color css
<style>
a { background-color: #4A2D14; }
a { background-color: rgb(74,45,20); }
div.DivClassName
{
background-color: #4A2D14;
}
.BgClassName
{
background-color: #4A2D14;
}
</style>
border-color css
<style>
span { border-color: #4A2D14; }
span { border-color: rgb(74,45,20); }
td.TdClassName
{
border-color: #4A2D14;
}
.TagClassName
{
border-color: #4A2D14;
}
</style>