Shades of Indian Tan #4C3425
Tints of Indian Tan #4C3425
RGB
CMYK
RGB Variations
Color information
#4C3425 (or 0x4C3425) is known color: Indian Tan. HEX triplet: 4C, 34 and 25. RGB value is (76,52,37). Sum of RGB (Red+Green+Blue) = 76+52+37=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3425 is #B3CBDA. Grayscale: #393939. Windows color (decimal): -11783131 or 2438220. OLE color: 2438220.
HSL color Cylindrical-coordinate representation of color #4C3425: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3425 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 37 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.70 |
| HSL | 23.08º | 0.35% | 0.22% | - |
| HSV(B) | 23.08º | 0.51% | 0.3% | - |
| XYZ | 4.54 | 4.13 | 2.31 | - |
| YUV | 57.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 37 | 0 | 0.32 | 0.51 | 0.70 | 23.08 | 0.35 | 0.22 |
| Hex | 4C | 34 | 25 | 0 | 20 | 33 | 46 | 17 | 23 | 16 |
| Octal | 114 | 64 | 45 | 0 | 40 | 63 | 106 | 27 | 43 | 26 |
| Binary | 1001100 | 110100 | 100101 | 0 | 100000 | 110011 | 1000110 | 10111 | 100011 | 10110 |
Color Harmonies of #4C3425
Complementary color
Monochromatic Colors of #4C3425
Black with #4C3425
Text Example
Text Example
White with #4C3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3425; }
p { color: rgb(76,52,37); }
H1.HeaderClassName
{
color: #4C3425;
}
.AnyTagClassName
{
color: #4C3425;
}
</style>
background-color css
<style>
a { background-color: #4C3425; }
a { background-color: rgb(76,52,37); }
div.DivClassName
{
background-color: #4C3425;
}
.BgClassName
{
background-color: #4C3425;
}
</style>
border-color css
<style>
span { border-color: #4C3425; }
span { border-color: rgb(76,52,37); }
td.TdClassName
{
border-color: #4C3425;
}
.TagClassName
{
border-color: #4C3425;
}
</style>