Shades of Indian Tan #4D250E
Tints of Indian Tan #4D250E
RGB
CMYK
RGB Variations
Color information
#4D250E (or 0x4D250E) is known color: Indian Tan. HEX triplet: 4D, 25 and 0E. RGB value is (77,37,14). Sum of RGB (Red+Green+Blue) = 77+37+14=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D250E is #B2DAF1. Grayscale: #2E2E2E. Windows color (decimal): -11721458 or 927053. OLE color: 927053.
HSL color Cylindrical-coordinate representation of color #4D250E: hue angle of 21.9º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D250E is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 14 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.70 |
| HSL | 21.9º | 0.69% | 0.18% | - |
| HSV(B) | 21.9º | 0.82% | 0.3% | - |
| XYZ | 3.8 | 2.93 | 0.78 | - |
| YUV | 46.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 14 | 0 | 0.52 | 0.82 | 0.70 | 21.9 | 0.69 | 0.18 |
| Hex | 4D | 25 | E | 0 | 34 | 52 | 46 | 16 | 45 | 12 |
| Octal | 115 | 45 | 16 | 0 | 64 | 122 | 106 | 26 | 105 | 22 |
| Binary | 1001101 | 100101 | 1110 | 0 | 110100 | 1010010 | 1000110 | 10110 | 1000101 | 10010 |
Color Harmonies of #4D250E
Complementary color
Monochromatic Colors of #4D250E
Black with #4D250E
Text Example
Text Example
White with #4D250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D250E; }
p { color: rgb(77,37,14); }
H1.HeaderClassName
{
color: #4D250E;
}
.AnyTagClassName
{
color: #4D250E;
}
</style>
background-color css
<style>
a { background-color: #4D250E; }
a { background-color: rgb(77,37,14); }
div.DivClassName
{
background-color: #4D250E;
}
.BgClassName
{
background-color: #4D250E;
}
</style>
border-color css
<style>
span { border-color: #4D250E; }
span { border-color: rgb(77,37,14); }
td.TdClassName
{
border-color: #4D250E;
}
.TagClassName
{
border-color: #4D250E;
}
</style>