Shades of Indian Tan #4B2814
Tints of Indian Tan #4B2814
RGB
CMYK
RGB Variations
Color information
#4B2814 (or 0x4B2814) is known color: Indian Tan. HEX triplet: 4B, 28 and 14. RGB value is (75,40,20). Sum of RGB (Red+Green+Blue) = 75+40+20=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2814 is #B4D7EB. Grayscale: #303030. Windows color (decimal): -11851756 or 1321035. OLE color: 1321035.
HSL color Cylindrical-coordinate representation of color #4B2814: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2814 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 20 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.71 |
| HSL | 21.82º | 0.58% | 0.19% | - |
| HSV(B) | 21.82º | 0.73% | 0.29% | - |
| XYZ | 3.79 | 3.06 | 1.05 | - |
| YUV | 48.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 20 | 0 | 0.47 | 0.73 | 0.71 | 21.82 | 0.58 | 0.19 |
| Hex | 4B | 28 | 14 | 0 | 2F | 49 | 47 | 16 | 3A | 13 |
| Octal | 113 | 50 | 24 | 0 | 57 | 111 | 107 | 26 | 72 | 23 |
| Binary | 1001011 | 101000 | 10100 | 0 | 101111 | 1001001 | 1000111 | 10110 | 111010 | 10011 |
Color Harmonies of #4B2814
Complementary color
Monochromatic Colors of #4B2814
Black with #4B2814
Text Example
Text Example
White with #4B2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2814; }
p { color: rgb(75,40,20); }
H1.HeaderClassName
{
color: #4B2814;
}
.AnyTagClassName
{
color: #4B2814;
}
</style>
background-color css
<style>
a { background-color: #4B2814; }
a { background-color: rgb(75,40,20); }
div.DivClassName
{
background-color: #4B2814;
}
.BgClassName
{
background-color: #4B2814;
}
</style>
border-color css
<style>
span { border-color: #4B2814; }
span { border-color: rgb(75,40,20); }
td.TdClassName
{
border-color: #4B2814;
}
.TagClassName
{
border-color: #4B2814;
}
</style>