Shades of Indian Tan #4A2608
Tints of Indian Tan #4A2608
RGB
CMYK
RGB Variations
Color information
#4A2608 (or 0x4A2608) is known color: Indian Tan. HEX triplet: 4A, 26 and 08. RGB value is (74,38,8). Sum of RGB (Red+Green+Blue) = 74+38+8=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2608 is #B5D9F7. Grayscale: #2D2D2D. Windows color (decimal): -11917816 or 534090. OLE color: 534090.
HSL color Cylindrical-coordinate representation of color #4A2608: hue angle of 27.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A2608 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 38 | 8 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.71 |
| HSL | 27.27º | 0.8% | 0.16% | - |
| HSV(B) | 27.27º | 0.89% | 0.29% | - |
| XYZ | 3.56 | 2.86 | 0.59 | - |
| YUV | 45.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 8 | 0 | 0.49 | 0.89 | 0.71 | 27.27 | 0.8 | 0.16 |
| Hex | 4A | 26 | 8 | 0 | 31 | 59 | 47 | 1B | 50 | 10 |
| Octal | 112 | 46 | 10 | 0 | 61 | 131 | 107 | 33 | 120 | 20 |
| Binary | 1001010 | 100110 | 1000 | 0 | 110001 | 1011001 | 1000111 | 11011 | 1010000 | 10000 |
Color Harmonies of #4A2608
Complementary color
Monochromatic Colors of #4A2608
Black with #4A2608
Text Example
Text Example
White with #4A2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2608; }
p { color: rgb(74,38,8); }
H1.HeaderClassName
{
color: #4A2608;
}
.AnyTagClassName
{
color: #4A2608;
}
</style>
background-color css
<style>
a { background-color: #4A2608; }
a { background-color: rgb(74,38,8); }
div.DivClassName
{
background-color: #4A2608;
}
.BgClassName
{
background-color: #4A2608;
}
</style>
border-color css
<style>
span { border-color: #4A2608; }
span { border-color: rgb(74,38,8); }
td.TdClassName
{
border-color: #4A2608;
}
.TagClassName
{
border-color: #4A2608;
}
</style>