Shades of Indian Tan #4D2B1A
Tints of Indian Tan #4D2B1A
RGB
CMYK
RGB Variations
Color information
#4D2B1A (or 0x4D2B1A) is known color: Indian Tan. HEX triplet: 4D, 2B and 1A. RGB value is (77,43,26). Sum of RGB (Red+Green+Blue) = 77+43+26=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B1A is #B2D4E5. Grayscale: #333333. Windows color (decimal): -11719910 or 1715021. OLE color: 1715021.
HSL color Cylindrical-coordinate representation of color #4D2B1A: hue angle of 20º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2B1A is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 26 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.70 |
| HSL | 20º | 0.5% | 0.2% | - |
| HSV(B) | 20º | 0.66% | 0.3% | - |
| XYZ | 4.11 | 3.38 | 1.41 | - |
| YUV | 51.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 26 | 0 | 0.44 | 0.66 | 0.70 | 20 | 0.5 | 0.2 |
| Hex | 4D | 2B | 1A | 0 | 2C | 42 | 46 | 14 | 32 | 14 |
| Octal | 115 | 53 | 32 | 0 | 54 | 102 | 106 | 24 | 62 | 24 |
| Binary | 1001101 | 101011 | 11010 | 0 | 101100 | 1000010 | 1000110 | 10100 | 110010 | 10100 |
Color Harmonies of #4D2B1A
Complementary color
Monochromatic Colors of #4D2B1A
Black with #4D2B1A
Text Example
Text Example
White with #4D2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B1A; }
p { color: rgb(77,43,26); }
H1.HeaderClassName
{
color: #4D2B1A;
}
.AnyTagClassName
{
color: #4D2B1A;
}
</style>
background-color css
<style>
a { background-color: #4D2B1A; }
a { background-color: rgb(77,43,26); }
div.DivClassName
{
background-color: #4D2B1A;
}
.BgClassName
{
background-color: #4D2B1A;
}
</style>
border-color css
<style>
span { border-color: #4D2B1A; }
span { border-color: rgb(77,43,26); }
td.TdClassName
{
border-color: #4D2B1A;
}
.TagClassName
{
border-color: #4D2B1A;
}
</style>