Shades of Indian Tan #4D2E1A
Tints of Indian Tan #4D2E1A
RGB
CMYK
RGB Variations
Color information
#4D2E1A (or 0x4D2E1A) is known color: Indian Tan. HEX triplet: 4D, 2E and 1A. RGB value is (77,46,26). Sum of RGB (Red+Green+Blue) = 77+46+26=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E1A is #B2D1E5. Grayscale: #353535. Windows color (decimal): -11719142 or 1715789. OLE color: 1715789.
HSL color Cylindrical-coordinate representation of color #4D2E1A: hue angle of 23.53º 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 #4D2E1A is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 26 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.70 |
| HSL | 23.53º | 0.5% | 0.2% | - |
| HSV(B) | 23.53º | 0.66% | 0.3% | - |
| XYZ | 4.22 | 3.61 | 1.45 | - |
| YUV | 52.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 26 | 0 | 0.40 | 0.66 | 0.70 | 23.53 | 0.5 | 0.2 |
| Hex | 4D | 2E | 1A | 0 | 28 | 42 | 46 | 18 | 32 | 14 |
| Octal | 115 | 56 | 32 | 0 | 50 | 102 | 106 | 30 | 62 | 24 |
| Binary | 1001101 | 101110 | 11010 | 0 | 101000 | 1000010 | 1000110 | 11000 | 110010 | 10100 |
Color Harmonies of #4D2E1A
Complementary color
Monochromatic Colors of #4D2E1A
Black with #4D2E1A
Text Example
Text Example
White with #4D2E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E1A; }
p { color: rgb(77,46,26); }
H1.HeaderClassName
{
color: #4D2E1A;
}
.AnyTagClassName
{
color: #4D2E1A;
}
</style>
background-color css
<style>
a { background-color: #4D2E1A; }
a { background-color: rgb(77,46,26); }
div.DivClassName
{
background-color: #4D2E1A;
}
.BgClassName
{
background-color: #4D2E1A;
}
</style>
border-color css
<style>
span { border-color: #4D2E1A; }
span { border-color: rgb(77,46,26); }
td.TdClassName
{
border-color: #4D2E1A;
}
.TagClassName
{
border-color: #4D2E1A;
}
</style>