Shades of Indian Tan #4B2915
Tints of Indian Tan #4B2915
RGB
CMYK
RGB Variations
Color information
#4B2915 (or 0x4B2915) is known color: Indian Tan. HEX triplet: 4B, 29 and 15. RGB value is (75,41,21). Sum of RGB (Red+Green+Blue) = 75+41+21=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2915 is #B4D6EA. Grayscale: #313131. Windows color (decimal): -11851499 or 1386827. OLE color: 1386827.
HSL color Cylindrical-coordinate representation of color #4B2915: hue angle of 22.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2915 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 21 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.71 |
| HSL | 22.22º | 0.56% | 0.19% | - |
| HSV(B) | 22.22º | 0.72% | 0.29% | - |
| XYZ | 3.83 | 3.14 | 1.11 | - |
| YUV | 48.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 21 | 0 | 0.45 | 0.72 | 0.71 | 22.22 | 0.56 | 0.19 |
| Hex | 4B | 29 | 15 | 0 | 2D | 48 | 47 | 16 | 38 | 13 |
| Octal | 113 | 51 | 25 | 0 | 55 | 110 | 107 | 26 | 70 | 23 |
| Binary | 1001011 | 101001 | 10101 | 0 | 101101 | 1001000 | 1000111 | 10110 | 111000 | 10011 |
Color Harmonies of #4B2915
Complementary color
Monochromatic Colors of #4B2915
Black with #4B2915
Text Example
Text Example
White with #4B2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2915; }
p { color: rgb(75,41,21); }
H1.HeaderClassName
{
color: #4B2915;
}
.AnyTagClassName
{
color: #4B2915;
}
</style>
background-color css
<style>
a { background-color: #4B2915; }
a { background-color: rgb(75,41,21); }
div.DivClassName
{
background-color: #4B2915;
}
.BgClassName
{
background-color: #4B2915;
}
</style>
border-color css
<style>
span { border-color: #4B2915; }
span { border-color: rgb(75,41,21); }
td.TdClassName
{
border-color: #4B2915;
}
.TagClassName
{
border-color: #4B2915;
}
</style>