Shades of Indian Tan #4B2B14
Tints of Indian Tan #4B2B14
RGB
CMYK
RGB Variations
Color information
#4B2B14 (or 0x4B2B14) is known color: Indian Tan. HEX triplet: 4B, 2B and 14. RGB value is (75,43,20). Sum of RGB (Red+Green+Blue) = 75+43+20=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2B14 is #B4D4EB. Grayscale: #323232. Windows color (decimal): -11850988 or 1321803. OLE color: 1321803.
HSL color Cylindrical-coordinate representation of color #4B2B14: hue angle of 25.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2B14 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 43 | 20 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.71 |
| HSL | 25.09º | 0.58% | 0.19% | - |
| HSV(B) | 25.09º | 0.73% | 0.29% | - |
| XYZ | 3.89 | 3.27 | 1.09 | - |
| YUV | 49.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 20 | 0 | 0.43 | 0.73 | 0.71 | 25.09 | 0.58 | 0.19 |
| Hex | 4B | 2B | 14 | 0 | 2B | 49 | 47 | 19 | 3A | 13 |
| Octal | 113 | 53 | 24 | 0 | 53 | 111 | 107 | 31 | 72 | 23 |
| Binary | 1001011 | 101011 | 10100 | 0 | 101011 | 1001001 | 1000111 | 11001 | 111010 | 10011 |
Color Harmonies of #4B2B14
Complementary color
Monochromatic Colors of #4B2B14
Black with #4B2B14
Text Example
Text Example
White with #4B2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2B14; }
p { color: rgb(75,43,20); }
H1.HeaderClassName
{
color: #4B2B14;
}
.AnyTagClassName
{
color: #4B2B14;
}
</style>
background-color css
<style>
a { background-color: #4B2B14; }
a { background-color: rgb(75,43,20); }
div.DivClassName
{
background-color: #4B2B14;
}
.BgClassName
{
background-color: #4B2B14;
}
</style>
border-color css
<style>
span { border-color: #4B2B14; }
span { border-color: rgb(75,43,20); }
td.TdClassName
{
border-color: #4B2B14;
}
.TagClassName
{
border-color: #4B2B14;
}
</style>