Shades of Indian Tan #4D280D
Tints of Indian Tan #4D280D
RGB
CMYK
RGB Variations
Color information
#4D280D (or 0x4D280D) is known color: Indian Tan. HEX triplet: 4D, 28 and 0D. RGB value is (77,40,13). Sum of RGB (Red+Green+Blue) = 77+40+13=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D280D is #B2D7F2. Grayscale: #303030. Windows color (decimal): -11720691 or 862285. OLE color: 862285.
HSL color Cylindrical-coordinate representation of color #4D280D: hue angle of 25.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D280D is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 13 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.70 |
| HSL | 25.31º | 0.71% | 0.18% | - |
| HSV(B) | 25.31º | 0.83% | 0.3% | - |
| XYZ | 3.89 | 3.12 | 0.78 | - |
| YUV | 47.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 13 | 0 | 0.48 | 0.83 | 0.70 | 25.31 | 0.71 | 0.18 |
| Hex | 4D | 28 | D | 0 | 30 | 53 | 46 | 19 | 47 | 12 |
| Octal | 115 | 50 | 15 | 0 | 60 | 123 | 106 | 31 | 107 | 22 |
| Binary | 1001101 | 101000 | 1101 | 0 | 110000 | 1010011 | 1000110 | 11001 | 1000111 | 10010 |
Color Harmonies of #4D280D
Complementary color
Monochromatic Colors of #4D280D
Black with #4D280D
Text Example
Text Example
White with #4D280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D280D; }
p { color: rgb(77,40,13); }
H1.HeaderClassName
{
color: #4D280D;
}
.AnyTagClassName
{
color: #4D280D;
}
</style>
background-color css
<style>
a { background-color: #4D280D; }
a { background-color: rgb(77,40,13); }
div.DivClassName
{
background-color: #4D280D;
}
.BgClassName
{
background-color: #4D280D;
}
</style>
border-color css
<style>
span { border-color: #4D280D; }
span { border-color: rgb(77,40,13); }
td.TdClassName
{
border-color: #4D280D;
}
.TagClassName
{
border-color: #4D280D;
}
</style>