Shades of Indian Tan #4D240F
Tints of Indian Tan #4D240F
RGB
CMYK
RGB Variations
Color information
#4D240F (or 0x4D240F) is known color: Indian Tan. HEX triplet: 4D, 24 and 0F. RGB value is (77,36,15). Sum of RGB (Red+Green+Blue) = 77+36+15=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D240F is #B2DBF0. Grayscale: #2D2D2D. Windows color (decimal): -11721713 or 992333. OLE color: 992333.
HSL color Cylindrical-coordinate representation of color #4D240F: hue angle of 20.32º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D240F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 15 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.70 |
| HSL | 20.32º | 0.67% | 0.18% | - |
| HSV(B) | 20.32º | 0.81% | 0.3% | - |
| XYZ | 3.78 | 2.87 | 0.81 | - |
| YUV | 45.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 15 | 0 | 0.53 | 0.81 | 0.70 | 20.32 | 0.67 | 0.18 |
| Hex | 4D | 24 | F | 0 | 35 | 51 | 46 | 14 | 43 | 12 |
| Octal | 115 | 44 | 17 | 0 | 65 | 121 | 106 | 24 | 103 | 22 |
| Binary | 1001101 | 100100 | 1111 | 0 | 110101 | 1010001 | 1000110 | 10100 | 1000011 | 10010 |
Color Harmonies of #4D240F
Complementary color
Monochromatic Colors of #4D240F
Black with #4D240F
Text Example
Text Example
White with #4D240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D240F; }
p { color: rgb(77,36,15); }
H1.HeaderClassName
{
color: #4D240F;
}
.AnyTagClassName
{
color: #4D240F;
}
</style>
background-color css
<style>
a { background-color: #4D240F; }
a { background-color: rgb(77,36,15); }
div.DivClassName
{
background-color: #4D240F;
}
.BgClassName
{
background-color: #4D240F;
}
</style>
border-color css
<style>
span { border-color: #4D240F; }
span { border-color: rgb(77,36,15); }
td.TdClassName
{
border-color: #4D240F;
}
.TagClassName
{
border-color: #4D240F;
}
</style>