Shades of Indian Tan #4B3320
Tints of Indian Tan #4B3320
RGB
CMYK
RGB Variations
Color information
#4B3320 (or 0x4B3320) is known color: Indian Tan. HEX triplet: 4B, 33 and 20. RGB value is (75,51,32). Sum of RGB (Red+Green+Blue) = 75+51+32=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3320 is #B4CCDF. Grayscale: #383838. Windows color (decimal): -11848928 or 2110283. OLE color: 2110283.
HSL color Cylindrical-coordinate representation of color #4B3320: hue angle of 26.51º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3320 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 32 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.71 |
| HSL | 26.51º | 0.4% | 0.21% | - |
| HSV(B) | 26.51º | 0.57% | 0.29% | - |
| XYZ | 4.35 | 3.97 | 1.9 | - |
| YUV | 56.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 32 | 0 | 0.32 | 0.57 | 0.71 | 26.51 | 0.4 | 0.21 |
| Hex | 4B | 33 | 20 | 0 | 20 | 39 | 47 | 1B | 28 | 15 |
| Octal | 113 | 63 | 40 | 0 | 40 | 71 | 107 | 33 | 50 | 25 |
| Binary | 1001011 | 110011 | 100000 | 0 | 100000 | 111001 | 1000111 | 11011 | 101000 | 10101 |
Color Harmonies of #4B3320
Complementary color
Monochromatic Colors of #4B3320
Black with #4B3320
Text Example
Text Example
White with #4B3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3320; }
p { color: rgb(75,51,32); }
H1.HeaderClassName
{
color: #4B3320;
}
.AnyTagClassName
{
color: #4B3320;
}
</style>
background-color css
<style>
a { background-color: #4B3320; }
a { background-color: rgb(75,51,32); }
div.DivClassName
{
background-color: #4B3320;
}
.BgClassName
{
background-color: #4B3320;
}
</style>
border-color css
<style>
span { border-color: #4B3320; }
span { border-color: rgb(75,51,32); }
td.TdClassName
{
border-color: #4B3320;
}
.TagClassName
{
border-color: #4B3320;
}
</style>