Shades of Indian Tan #4D2714
Tints of Indian Tan #4D2714
RGB
CMYK
RGB Variations
Color information
#4D2714 (or 0x4D2714) is known color: Indian Tan. HEX triplet: 4D, 27 and 14. RGB value is (77,39,20). Sum of RGB (Red+Green+Blue) = 77+39+20=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2714 is #B2D8EB. Grayscale: #303030. Windows color (decimal): -11720940 or 1320781. OLE color: 1320781.
HSL color Cylindrical-coordinate representation of color #4D2714: hue angle of 20º 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 #4D2714 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 20 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.70 |
| HSL | 20º | 0.59% | 0.19% | - |
| HSV(B) | 20º | 0.74% | 0.3% | - |
| XYZ | 3.91 | 3.08 | 1.05 | - |
| YUV | 48.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 20 | 0 | 0.49 | 0.74 | 0.70 | 20 | 0.59 | 0.19 |
| Hex | 4D | 27 | 14 | 0 | 31 | 4A | 46 | 14 | 3B | 13 |
| Octal | 115 | 47 | 24 | 0 | 61 | 112 | 106 | 24 | 73 | 23 |
| Binary | 1001101 | 100111 | 10100 | 0 | 110001 | 1001010 | 1000110 | 10100 | 111011 | 10011 |
Color Harmonies of #4D2714
Complementary color
Monochromatic Colors of #4D2714
Black with #4D2714
Text Example
Text Example
White with #4D2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2714; }
p { color: rgb(77,39,20); }
H1.HeaderClassName
{
color: #4D2714;
}
.AnyTagClassName
{
color: #4D2714;
}
</style>
background-color css
<style>
a { background-color: #4D2714; }
a { background-color: rgb(77,39,20); }
div.DivClassName
{
background-color: #4D2714;
}
.BgClassName
{
background-color: #4D2714;
}
</style>
border-color css
<style>
span { border-color: #4D2714; }
span { border-color: rgb(77,39,20); }
td.TdClassName
{
border-color: #4D2714;
}
.TagClassName
{
border-color: #4D2714;
}
</style>