Shades of Indian Tan #4B2F24
Tints of Indian Tan #4B2F24
RGB
CMYK
RGB Variations
Color information
#4B2F24 (or 0x4B2F24) is known color: Indian Tan. HEX triplet: 4B, 2F and 24. RGB value is (75,47,36). Sum of RGB (Red+Green+Blue) = 75+47+36=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F24 is #B4D0DB. Grayscale: #363636. Windows color (decimal): -11849948 or 2371403. OLE color: 2371403.
HSL color Cylindrical-coordinate representation of color #4B2F24: hue angle of 16.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2F24 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 36 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.71 |
| HSL | 16.92º | 0.35% | 0.22% | - |
| HSV(B) | 16.92º | 0.52% | 0.29% | - |
| XYZ | 4.24 | 3.66 | 2.15 | - |
| YUV | 54.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 36 | 0 | 0.37 | 0.52 | 0.71 | 16.92 | 0.35 | 0.22 |
| Hex | 4B | 2F | 24 | 0 | 25 | 34 | 47 | 11 | 23 | 16 |
| Octal | 113 | 57 | 44 | 0 | 45 | 64 | 107 | 21 | 43 | 26 |
| Binary | 1001011 | 101111 | 100100 | 0 | 100101 | 110100 | 1000111 | 10001 | 100011 | 10110 |
Color Harmonies of #4B2F24
Complementary color
Monochromatic Colors of #4B2F24
Black with #4B2F24
Text Example
Text Example
White with #4B2F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F24; }
p { color: rgb(75,47,36); }
H1.HeaderClassName
{
color: #4B2F24;
}
.AnyTagClassName
{
color: #4B2F24;
}
</style>
background-color css
<style>
a { background-color: #4B2F24; }
a { background-color: rgb(75,47,36); }
div.DivClassName
{
background-color: #4B2F24;
}
.BgClassName
{
background-color: #4B2F24;
}
</style>
border-color css
<style>
span { border-color: #4B2F24; }
span { border-color: rgb(75,47,36); }
td.TdClassName
{
border-color: #4B2F24;
}
.TagClassName
{
border-color: #4B2F24;
}
</style>