Shades of Indian Tan #4B2613
Tints of Indian Tan #4B2613
RGB
CMYK
RGB Variations
Color information
#4B2613 (or 0x4B2613) is known color: Indian Tan. HEX triplet: 4B, 26 and 13. RGB value is (75,38,19). Sum of RGB (Red+Green+Blue) = 75+38+19=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2613 is #B4D9EC. Grayscale: #2F2F2F. Windows color (decimal): -11852269 or 1254987. OLE color: 1254987.
HSL color Cylindrical-coordinate representation of color #4B2613: hue angle of 20.36º 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 #4B2613 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 19 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.71 |
| HSL | 20.36º | 0.6% | 0.18% | - |
| HSV(B) | 20.36º | 0.75% | 0.29% | - |
| XYZ | 3.71 | 2.93 | 0.99 | - |
| YUV | 46.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 19 | 0 | 0.49 | 0.75 | 0.71 | 20.36 | 0.6 | 0.18 |
| Hex | 4B | 26 | 13 | 0 | 31 | 4B | 47 | 14 | 3C | 12 |
| Octal | 113 | 46 | 23 | 0 | 61 | 113 | 107 | 24 | 74 | 22 |
| Binary | 1001011 | 100110 | 10011 | 0 | 110001 | 1001011 | 1000111 | 10100 | 111100 | 10010 |
Color Harmonies of #4B2613
Complementary color
Monochromatic Colors of #4B2613
Black with #4B2613
Text Example
Text Example
White with #4B2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2613; }
p { color: rgb(75,38,19); }
H1.HeaderClassName
{
color: #4B2613;
}
.AnyTagClassName
{
color: #4B2613;
}
</style>
background-color css
<style>
a { background-color: #4B2613; }
a { background-color: rgb(75,38,19); }
div.DivClassName
{
background-color: #4B2613;
}
.BgClassName
{
background-color: #4B2613;
}
</style>
border-color css
<style>
span { border-color: #4B2613; }
span { border-color: rgb(75,38,19); }
td.TdClassName
{
border-color: #4B2613;
}
.TagClassName
{
border-color: #4B2613;
}
</style>