Shades of Indian Tan #4B3226
Tints of Indian Tan #4B3226
RGB
CMYK
RGB Variations
Color information
#4B3226 (or 0x4B3226) is known color: Indian Tan. HEX triplet: 4B, 32 and 26. RGB value is (75,50,38). Sum of RGB (Red+Green+Blue) = 75+50+38=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3226 is #B4CDD9. Grayscale: #383838. Windows color (decimal): -11849178 or 2503243. OLE color: 2503243.
HSL color Cylindrical-coordinate representation of color #4B3226: hue angle of 19.46º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B3226 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 50 | 38 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.71 |
| HSL | 19.46º | 0.33% | 0.22% | - |
| HSV(B) | 19.46º | 0.49% | 0.29% | - |
| XYZ | 4.39 | 3.92 | 2.36 | - |
| YUV | 56.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 38 | 0 | 0.33 | 0.49 | 0.71 | 19.46 | 0.33 | 0.22 |
| Hex | 4B | 32 | 26 | 0 | 21 | 31 | 47 | 13 | 21 | 16 |
| Octal | 113 | 62 | 46 | 0 | 41 | 61 | 107 | 23 | 41 | 26 |
| Binary | 1001011 | 110010 | 100110 | 0 | 100001 | 110001 | 1000111 | 10011 | 100001 | 10110 |
Color Harmonies of #4B3226
Complementary color
Monochromatic Colors of #4B3226
Black with #4B3226
Text Example
Text Example
White with #4B3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3226; }
p { color: rgb(75,50,38); }
H1.HeaderClassName
{
color: #4B3226;
}
.AnyTagClassName
{
color: #4B3226;
}
</style>
background-color css
<style>
a { background-color: #4B3226; }
a { background-color: rgb(75,50,38); }
div.DivClassName
{
background-color: #4B3226;
}
.BgClassName
{
background-color: #4B3226;
}
</style>
border-color css
<style>
span { border-color: #4B3226; }
span { border-color: rgb(75,50,38); }
td.TdClassName
{
border-color: #4B3226;
}
.TagClassName
{
border-color: #4B3226;
}
</style>