Shades of Indian Tan #4D2B14
Tints of Indian Tan #4D2B14
RGB
CMYK
RGB Variations
Color information
#4D2B14 (or 0x4D2B14) is known color: Indian Tan. HEX triplet: 4D, 2B and 14. RGB value is (77,43,20). Sum of RGB (Red+Green+Blue) = 77+43+20=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2B14 is #B2D4EB. Grayscale: #323232. Windows color (decimal): -11719916 or 1321805. OLE color: 1321805.
HSL color Cylindrical-coordinate representation of color #4D2B14: hue angle of 24.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2B14 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 20 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.70 |
| HSL | 24.21º | 0.59% | 0.19% | - |
| HSV(B) | 24.21º | 0.74% | 0.3% | - |
| XYZ | 4.05 | 3.36 | 1.1 | - |
| YUV | 50.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 20 | 0 | 0.44 | 0.74 | 0.70 | 24.21 | 0.59 | 0.19 |
| Hex | 4D | 2B | 14 | 0 | 2C | 4A | 46 | 18 | 3B | 13 |
| Octal | 115 | 53 | 24 | 0 | 54 | 112 | 106 | 30 | 73 | 23 |
| Binary | 1001101 | 101011 | 10100 | 0 | 101100 | 1001010 | 1000110 | 11000 | 111011 | 10011 |
Color Harmonies of #4D2B14
Complementary color
Monochromatic Colors of #4D2B14
Black with #4D2B14
Text Example
Text Example
White with #4D2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B14; }
p { color: rgb(77,43,20); }
H1.HeaderClassName
{
color: #4D2B14;
}
.AnyTagClassName
{
color: #4D2B14;
}
</style>
background-color css
<style>
a { background-color: #4D2B14; }
a { background-color: rgb(77,43,20); }
div.DivClassName
{
background-color: #4D2B14;
}
.BgClassName
{
background-color: #4D2B14;
}
</style>
border-color css
<style>
span { border-color: #4D2B14; }
span { border-color: rgb(77,43,20); }
td.TdClassName
{
border-color: #4D2B14;
}
.TagClassName
{
border-color: #4D2B14;
}
</style>