Shades of Indian Tan #4D3223
Tints of Indian Tan #4D3223
RGB
CMYK
RGB Variations
Color information
#4D3223 (or 0x4D3223) is known color: Indian Tan. HEX triplet: 4D, 32 and 23. RGB value is (77,50,35). Sum of RGB (Red+Green+Blue) = 77+50+35=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3223 is #B2CDDC. Grayscale: #383838. Windows color (decimal): -11718109 or 2306637. OLE color: 2306637.
HSL color Cylindrical-coordinate representation of color #4D3223: hue angle of 21.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3223 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 35 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.70 |
| HSL | 21.43º | 0.38% | 0.22% | - |
| HSV(B) | 21.43º | 0.55% | 0.3% | - |
| XYZ | 4.5 | 3.98 | 2.12 | - |
| YUV | 56.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 35 | 0 | 0.35 | 0.55 | 0.70 | 21.43 | 0.38 | 0.22 |
| Hex | 4D | 32 | 23 | 0 | 23 | 37 | 46 | 15 | 26 | 16 |
| Octal | 115 | 62 | 43 | 0 | 43 | 67 | 106 | 25 | 46 | 26 |
| Binary | 1001101 | 110010 | 100011 | 0 | 100011 | 110111 | 1000110 | 10101 | 100110 | 10110 |
Color Harmonies of #4D3223
Complementary color
Monochromatic Colors of #4D3223
Black with #4D3223
Text Example
Text Example
White with #4D3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3223; }
p { color: rgb(77,50,35); }
H1.HeaderClassName
{
color: #4D3223;
}
.AnyTagClassName
{
color: #4D3223;
}
</style>
background-color css
<style>
a { background-color: #4D3223; }
a { background-color: rgb(77,50,35); }
div.DivClassName
{
background-color: #4D3223;
}
.BgClassName
{
background-color: #4D3223;
}
</style>
border-color css
<style>
span { border-color: #4D3223; }
span { border-color: rgb(77,50,35); }
td.TdClassName
{
border-color: #4D3223;
}
.TagClassName
{
border-color: #4D3223;
}
</style>