Shades of Indian Tan #4B2719
Tints of Indian Tan #4B2719
RGB
CMYK
RGB Variations
Color information
#4B2719 (or 0x4B2719) is known color: Indian Tan. HEX triplet: 4B, 27 and 19. RGB value is (75,39,25). Sum of RGB (Red+Green+Blue) = 75+39+25=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2719 is #B4D8E6. Grayscale: #303030. Windows color (decimal): -11852007 or 1648459. OLE color: 1648459.
HSL color Cylindrical-coordinate representation of color #4B2719: hue angle of 16.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2719 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 25 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.71 |
| HSL | 16.8º | 0.5% | 0.2% | - |
| HSV(B) | 16.8º | 0.67% | 0.29% | - |
| XYZ | 3.8 | 3.02 | 1.3 | - |
| YUV | 48.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 25 | 0 | 0.48 | 0.67 | 0.71 | 16.8 | 0.5 | 0.2 |
| Hex | 4B | 27 | 19 | 0 | 30 | 43 | 47 | 11 | 32 | 14 |
| Octal | 113 | 47 | 31 | 0 | 60 | 103 | 107 | 21 | 62 | 24 |
| Binary | 1001011 | 100111 | 11001 | 0 | 110000 | 1000011 | 1000111 | 10001 | 110010 | 10100 |
Color Harmonies of #4B2719
Complementary color
Monochromatic Colors of #4B2719
Black with #4B2719
Text Example
Text Example
White with #4B2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2719; }
p { color: rgb(75,39,25); }
H1.HeaderClassName
{
color: #4B2719;
}
.AnyTagClassName
{
color: #4B2719;
}
</style>
background-color css
<style>
a { background-color: #4B2719; }
a { background-color: rgb(75,39,25); }
div.DivClassName
{
background-color: #4B2719;
}
.BgClassName
{
background-color: #4B2719;
}
</style>
border-color css
<style>
span { border-color: #4B2719; }
span { border-color: rgb(75,39,25); }
td.TdClassName
{
border-color: #4B2719;
}
.TagClassName
{
border-color: #4B2719;
}
</style>