Shades of Indian Tan #4B2D22
Tints of Indian Tan #4B2D22
RGB
CMYK
RGB Variations
Color information
#4B2D22 (or 0x4B2D22) is known color: Indian Tan. HEX triplet: 4B, 2D and 22. RGB value is (75,45,34). Sum of RGB (Red+Green+Blue) = 75+45+34=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D22 is #B4D2DD. Grayscale: #343434. Windows color (decimal): -11850462 or 2239819. OLE color: 2239819.
HSL color Cylindrical-coordinate representation of color #4B2D22: hue angle of 16.1º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2D22 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 34 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.71 |
| HSL | 16.1º | 0.38% | 0.21% | - |
| HSV(B) | 16.1º | 0.55% | 0.29% | - |
| XYZ | 4.13 | 3.49 | 1.97 | - |
| YUV | 52.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 34 | 0 | 0.40 | 0.55 | 0.71 | 16.1 | 0.38 | 0.21 |
| Hex | 4B | 2D | 22 | 0 | 28 | 37 | 47 | 10 | 26 | 15 |
| Octal | 113 | 55 | 42 | 0 | 50 | 67 | 107 | 20 | 46 | 25 |
| Binary | 1001011 | 101101 | 100010 | 0 | 101000 | 110111 | 1000111 | 10000 | 100110 | 10101 |
Color Harmonies of #4B2D22
Complementary color
Monochromatic Colors of #4B2D22
Black with #4B2D22
Text Example
Text Example
White with #4B2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D22; }
p { color: rgb(75,45,34); }
H1.HeaderClassName
{
color: #4B2D22;
}
.AnyTagClassName
{
color: #4B2D22;
}
</style>
background-color css
<style>
a { background-color: #4B2D22; }
a { background-color: rgb(75,45,34); }
div.DivClassName
{
background-color: #4B2D22;
}
.BgClassName
{
background-color: #4B2D22;
}
</style>
border-color css
<style>
span { border-color: #4B2D22; }
span { border-color: rgb(75,45,34); }
td.TdClassName
{
border-color: #4B2D22;
}
.TagClassName
{
border-color: #4B2D22;
}
</style>