Shades of Indian Tan #4B240B
Tints of Indian Tan #4B240B
RGB
CMYK
RGB Variations
Color information
#4B240B (or 0x4B240B) is known color: Indian Tan. HEX triplet: 4B, 24 and 0B. RGB value is (75,36,11). Sum of RGB (Red+Green+Blue) = 75+36+11=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B240B is #B4DBF4. Grayscale: #2C2C2C. Windows color (decimal): -11852789 or 730187. OLE color: 730187.
HSL color Cylindrical-coordinate representation of color #4B240B: hue angle of 23.44º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B240B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 11 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.71 |
| HSL | 23.44º | 0.74% | 0.17% | - |
| HSV(B) | 23.44º | 0.85% | 0.29% | - |
| XYZ | 3.59 | 2.78 | 0.66 | - |
| YUV | 44.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 11 | 0 | 0.52 | 0.85 | 0.71 | 23.44 | 0.74 | 0.17 |
| Hex | 4B | 24 | B | 0 | 34 | 55 | 47 | 17 | 4A | 11 |
| Octal | 113 | 44 | 13 | 0 | 64 | 125 | 107 | 27 | 112 | 21 |
| Binary | 1001011 | 100100 | 1011 | 0 | 110100 | 1010101 | 1000111 | 10111 | 1001010 | 10001 |
Color Harmonies of #4B240B
Complementary color
Monochromatic Colors of #4B240B
Black with #4B240B
Text Example
Text Example
White with #4B240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B240B; }
p { color: rgb(75,36,11); }
H1.HeaderClassName
{
color: #4B240B;
}
.AnyTagClassName
{
color: #4B240B;
}
</style>
background-color css
<style>
a { background-color: #4B240B; }
a { background-color: rgb(75,36,11); }
div.DivClassName
{
background-color: #4B240B;
}
.BgClassName
{
background-color: #4B240B;
}
</style>
border-color css
<style>
span { border-color: #4B240B; }
span { border-color: rgb(75,36,11); }
td.TdClassName
{
border-color: #4B240B;
}
.TagClassName
{
border-color: #4B240B;
}
</style>