Shades of Indian Tan #4A2F18
Tints of Indian Tan #4A2F18
RGB
CMYK
RGB Variations
Color information
#4A2F18 (or 0x4A2F18) is known color: Indian Tan. HEX triplet: 4A, 2F and 18. RGB value is (74,47,24). Sum of RGB (Red+Green+Blue) = 74+47+24=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2F18 is #B5D0E7. Grayscale: #343434. Windows color (decimal): -11915496 or 1584970. OLE color: 1584970.
HSL color Cylindrical-coordinate representation of color #4A2F18: hue angle of 27.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2F18 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 47 | 24 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.71 |
| HSL | 27.6º | 0.51% | 0.19% | - |
| HSV(B) | 27.6º | 0.68% | 0.29% | - |
| XYZ | 4.01 | 3.55 | 1.34 | - |
| YUV | 52.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 24 | 0 | 0.36 | 0.68 | 0.71 | 27.6 | 0.51 | 0.19 |
| Hex | 4A | 2F | 18 | 0 | 24 | 44 | 47 | 1C | 33 | 13 |
| Octal | 112 | 57 | 30 | 0 | 44 | 104 | 107 | 34 | 63 | 23 |
| Binary | 1001010 | 101111 | 11000 | 0 | 100100 | 1000100 | 1000111 | 11100 | 110011 | 10011 |
Color Harmonies of #4A2F18
Complementary color
Monochromatic Colors of #4A2F18
Black with #4A2F18
Text Example
Text Example
White with #4A2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F18; }
p { color: rgb(74,47,24); }
H1.HeaderClassName
{
color: #4A2F18;
}
.AnyTagClassName
{
color: #4A2F18;
}
</style>
background-color css
<style>
a { background-color: #4A2F18; }
a { background-color: rgb(74,47,24); }
div.DivClassName
{
background-color: #4A2F18;
}
.BgClassName
{
background-color: #4A2F18;
}
</style>
border-color css
<style>
span { border-color: #4A2F18; }
span { border-color: rgb(74,47,24); }
td.TdClassName
{
border-color: #4A2F18;
}
.TagClassName
{
border-color: #4A2F18;
}
</style>