Shades of Indian Tan #4D2412
Tints of Indian Tan #4D2412
RGB
CMYK
RGB Variations
Color information
#4D2412 (or 0x4D2412) is known color: Indian Tan. HEX triplet: 4D, 24 and 12. RGB value is (77,36,18). Sum of RGB (Red+Green+Blue) = 77+36+18=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2412 is #B2DBED. Grayscale: #2E2E2E. Windows color (decimal): -11721710 or 1188941. OLE color: 1188941.
HSL color Cylindrical-coordinate representation of color #4D2412: hue angle of 18.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2412 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 18 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.70 |
| HSL | 18.31º | 0.62% | 0.19% | - |
| HSV(B) | 18.31º | 0.77% | 0.3% | - |
| XYZ | 3.8 | 2.88 | 0.93 | - |
| YUV | 46.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 18 | 0 | 0.53 | 0.77 | 0.70 | 18.31 | 0.62 | 0.19 |
| Hex | 4D | 24 | 12 | 0 | 35 | 4D | 46 | 12 | 3E | 13 |
| Octal | 115 | 44 | 22 | 0 | 65 | 115 | 106 | 22 | 76 | 23 |
| Binary | 1001101 | 100100 | 10010 | 0 | 110101 | 1001101 | 1000110 | 10010 | 111110 | 10011 |
Color Harmonies of #4D2412
Complementary color
Monochromatic Colors of #4D2412
Black with #4D2412
Text Example
Text Example
White with #4D2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2412; }
p { color: rgb(77,36,18); }
H1.HeaderClassName
{
color: #4D2412;
}
.AnyTagClassName
{
color: #4D2412;
}
</style>
background-color css
<style>
a { background-color: #4D2412; }
a { background-color: rgb(77,36,18); }
div.DivClassName
{
background-color: #4D2412;
}
.BgClassName
{
background-color: #4D2412;
}
</style>
border-color css
<style>
span { border-color: #4D2412; }
span { border-color: rgb(77,36,18); }
td.TdClassName
{
border-color: #4D2412;
}
.TagClassName
{
border-color: #4D2412;
}
</style>