Shades of Indian Tan #4B2513
Tints of Indian Tan #4B2513
RGB
CMYK
RGB Variations
Color information
#4B2513 (or 0x4B2513) is known color: Indian Tan. HEX triplet: 4B, 25 and 13. RGB value is (75,37,19). Sum of RGB (Red+Green+Blue) = 75+37+19=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2513 is #B4DAEC. Grayscale: #2E2E2E. Windows color (decimal): -11852525 or 1254731. OLE color: 1254731.
HSL color Cylindrical-coordinate representation of color #4B2513: hue angle of 19.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2513 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 19 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.71 |
| HSL | 19.29º | 0.6% | 0.18% | - |
| HSV(B) | 19.29º | 0.75% | 0.29% | - |
| XYZ | 3.68 | 2.87 | 0.98 | - |
| YUV | 46.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 19 | 0 | 0.51 | 0.75 | 0.71 | 19.29 | 0.6 | 0.18 |
| Hex | 4B | 25 | 13 | 0 | 33 | 4B | 47 | 13 | 3C | 12 |
| Octal | 113 | 45 | 23 | 0 | 63 | 113 | 107 | 23 | 74 | 22 |
| Binary | 1001011 | 100101 | 10011 | 0 | 110011 | 1001011 | 1000111 | 10011 | 111100 | 10010 |
Color Harmonies of #4B2513
Complementary color
Monochromatic Colors of #4B2513
Black with #4B2513
Text Example
Text Example
White with #4B2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2513; }
p { color: rgb(75,37,19); }
H1.HeaderClassName
{
color: #4B2513;
}
.AnyTagClassName
{
color: #4B2513;
}
</style>
background-color css
<style>
a { background-color: #4B2513; }
a { background-color: rgb(75,37,19); }
div.DivClassName
{
background-color: #4B2513;
}
.BgClassName
{
background-color: #4B2513;
}
</style>
border-color css
<style>
span { border-color: #4B2513; }
span { border-color: rgb(75,37,19); }
td.TdClassName
{
border-color: #4B2513;
}
.TagClassName
{
border-color: #4B2513;
}
</style>