Shades of Indian Tan #4B3228
Tints of Indian Tan #4B3228
RGB
CMYK
RGB Variations
Color information
#4B3228 (or 0x4B3228) is known color: Indian Tan. HEX triplet: 4B, 32 and 28. RGB value is (75,50,40). Sum of RGB (Red+Green+Blue) = 75+50+40=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3228 is #B4CDD7. Grayscale: #383838. Windows color (decimal): -11849176 or 2634315. OLE color: 2634315.
HSL color Cylindrical-coordinate representation of color #4B3228: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3228 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 50 | 40 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.71 |
| HSL | 17.14º | 0.3% | 0.23% | - |
| HSV(B) | 17.14º | 0.47% | 0.29% | - |
| XYZ | 4.43 | 3.93 | 2.53 | - |
| YUV | 56.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 40 | 0 | 0.33 | 0.47 | 0.71 | 17.14 | 0.3 | 0.23 |
| Hex | 4B | 32 | 28 | 0 | 21 | 2F | 47 | 11 | 1E | 17 |
| Octal | 113 | 62 | 50 | 0 | 41 | 57 | 107 | 21 | 36 | 27 |
| Binary | 1001011 | 110010 | 101000 | 0 | 100001 | 101111 | 1000111 | 10001 | 11110 | 10111 |
Color Harmonies of #4B3228
Complementary color
Monochromatic Colors of #4B3228
Black with #4B3228
Text Example
Text Example
White with #4B3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3228; }
p { color: rgb(75,50,40); }
H1.HeaderClassName
{
color: #4B3228;
}
.AnyTagClassName
{
color: #4B3228;
}
</style>
background-color css
<style>
a { background-color: #4B3228; }
a { background-color: rgb(75,50,40); }
div.DivClassName
{
background-color: #4B3228;
}
.BgClassName
{
background-color: #4B3228;
}
</style>
border-color css
<style>
span { border-color: #4B3228; }
span { border-color: rgb(75,50,40); }
td.TdClassName
{
border-color: #4B3228;
}
.TagClassName
{
border-color: #4B3228;
}
</style>