Shades of Indian Tan #4D2713
Tints of Indian Tan #4D2713
RGB
CMYK
RGB Variations
Color information
#4D2713 (or 0x4D2713) is known color: Indian Tan. HEX triplet: 4D, 27 and 13. RGB value is (77,39,19). Sum of RGB (Red+Green+Blue) = 77+39+19=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2713 is #B2D8EC. Grayscale: #303030. Windows color (decimal): -11720941 or 1255245. OLE color: 1255245.
HSL color Cylindrical-coordinate representation of color #4D2713: hue angle of 20.69º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2713 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 19 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.70 |
| HSL | 20.69º | 0.6% | 0.19% | - |
| HSV(B) | 20.69º | 0.75% | 0.3% | - |
| XYZ | 3.9 | 3.08 | 1 | - |
| YUV | 48.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 19 | 0 | 0.49 | 0.75 | 0.70 | 20.69 | 0.6 | 0.19 |
| Hex | 4D | 27 | 13 | 0 | 31 | 4B | 46 | 15 | 3C | 13 |
| Octal | 115 | 47 | 23 | 0 | 61 | 113 | 106 | 25 | 74 | 23 |
| Binary | 1001101 | 100111 | 10011 | 0 | 110001 | 1001011 | 1000110 | 10101 | 111100 | 10011 |
Color Harmonies of #4D2713
Complementary color
Monochromatic Colors of #4D2713
Black with #4D2713
Text Example
Text Example
White with #4D2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2713; }
p { color: rgb(77,39,19); }
H1.HeaderClassName
{
color: #4D2713;
}
.AnyTagClassName
{
color: #4D2713;
}
</style>
background-color css
<style>
a { background-color: #4D2713; }
a { background-color: rgb(77,39,19); }
div.DivClassName
{
background-color: #4D2713;
}
.BgClassName
{
background-color: #4D2713;
}
</style>
border-color css
<style>
span { border-color: #4D2713; }
span { border-color: rgb(77,39,19); }
td.TdClassName
{
border-color: #4D2713;
}
.TagClassName
{
border-color: #4D2713;
}
</style>