Shades of Indian Tan #4B3127
Tints of Indian Tan #4B3127
RGB
CMYK
RGB Variations
Color information
#4B3127 (or 0x4B3127) is known color: Indian Tan. HEX triplet: 4B, 31 and 27. RGB value is (75,49,39). Sum of RGB (Red+Green+Blue) = 75+49+39=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3127 is #B4CED8. Grayscale: #373737. Windows color (decimal): -11849433 or 2568523. OLE color: 2568523.
HSL color Cylindrical-coordinate representation of color #4B3127: hue angle of 16.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3127 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 39 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.71 |
| HSL | 16.67º | 0.32% | 0.22% | - |
| HSV(B) | 16.67º | 0.48% | 0.29% | - |
| XYZ | 4.37 | 3.84 | 2.43 | - |
| YUV | 55.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 39 | 0 | 0.35 | 0.48 | 0.71 | 16.67 | 0.32 | 0.22 |
| Hex | 4B | 31 | 27 | 0 | 23 | 30 | 47 | 11 | 20 | 16 |
| Octal | 113 | 61 | 47 | 0 | 43 | 60 | 107 | 21 | 40 | 26 |
| Binary | 1001011 | 110001 | 100111 | 0 | 100011 | 110000 | 1000111 | 10001 | 100000 | 10110 |
Color Harmonies of #4B3127
Complementary color
Monochromatic Colors of #4B3127
Black with #4B3127
Text Example
Text Example
White with #4B3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3127; }
p { color: rgb(75,49,39); }
H1.HeaderClassName
{
color: #4B3127;
}
.AnyTagClassName
{
color: #4B3127;
}
</style>
background-color css
<style>
a { background-color: #4B3127; }
a { background-color: rgb(75,49,39); }
div.DivClassName
{
background-color: #4B3127;
}
.BgClassName
{
background-color: #4B3127;
}
</style>
border-color css
<style>
span { border-color: #4B3127; }
span { border-color: rgb(75,49,39); }
td.TdClassName
{
border-color: #4B3127;
}
.TagClassName
{
border-color: #4B3127;
}
</style>