Shades of Indian Tan #4D2D22
Tints of Indian Tan #4D2D22
RGB
CMYK
RGB Variations
Color information
#4D2D22 (or 0x4D2D22) is known color: Indian Tan. HEX triplet: 4D, 2D and 22. RGB value is (77,45,34). Sum of RGB (Red+Green+Blue) = 77+45+34=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D22 is #B2D2DD. Grayscale: #353535. Windows color (decimal): -11719390 or 2239821. OLE color: 2239821.
HSL color Cylindrical-coordinate representation of color #4D2D22: hue angle of 15.35º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2D22 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 45 | 34 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.70 |
| HSL | 15.35º | 0.39% | 0.22% | - |
| HSV(B) | 15.35º | 0.56% | 0.3% | - |
| XYZ | 4.29 | 3.57 | 1.98 | - |
| YUV | 53.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 34 | 0 | 0.42 | 0.56 | 0.70 | 15.35 | 0.39 | 0.22 |
| Hex | 4D | 2D | 22 | 0 | 2A | 38 | 46 | F | 27 | 16 |
| Octal | 115 | 55 | 42 | 0 | 52 | 70 | 106 | 17 | 47 | 26 |
| Binary | 1001101 | 101101 | 100010 | 0 | 101010 | 111000 | 1000110 | 1111 | 100111 | 10110 |
Color Harmonies of #4D2D22
Complementary color
Monochromatic Colors of #4D2D22
Black with #4D2D22
Text Example
Text Example
White with #4D2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D22; }
p { color: rgb(77,45,34); }
H1.HeaderClassName
{
color: #4D2D22;
}
.AnyTagClassName
{
color: #4D2D22;
}
</style>
background-color css
<style>
a { background-color: #4D2D22; }
a { background-color: rgb(77,45,34); }
div.DivClassName
{
background-color: #4D2D22;
}
.BgClassName
{
background-color: #4D2D22;
}
</style>
border-color css
<style>
span { border-color: #4D2D22; }
span { border-color: rgb(77,45,34); }
td.TdClassName
{
border-color: #4D2D22;
}
.TagClassName
{
border-color: #4D2D22;
}
</style>