Shades of Indian Tan #482E16
Tints of Indian Tan #482E16
RGB
CMYK
RGB Variations
Color information
#482E16 (or 0x482E16) is known color: Indian Tan. HEX triplet: 48, 2E and 16. RGB value is (72,46,22). Sum of RGB (Red+Green+Blue) = 72+46+22=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E16 is #B7D1E9. Grayscale: #333333. Windows color (decimal): -12046826 or 1453640. OLE color: 1453640.
HSL color Cylindrical-coordinate representation of color #482E16: hue angle of 28.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482E16 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 22 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.72 |
| HSL | 28.8º | 0.53% | 0.18% | - |
| HSV(B) | 28.8º | 0.69% | 0.28% | - |
| XYZ | 3.79 | 3.39 | 1.21 | - |
| YUV | 51.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 22 | 0 | 0.36 | 0.69 | 0.72 | 28.8 | 0.53 | 0.18 |
| Hex | 48 | 2E | 16 | 0 | 24 | 45 | 48 | 1D | 35 | 12 |
| Octal | 110 | 56 | 26 | 0 | 44 | 105 | 110 | 35 | 65 | 22 |
| Binary | 1001000 | 101110 | 10110 | 0 | 100100 | 1000101 | 1001000 | 11101 | 110101 | 10010 |
Color Harmonies of #482E16
Complementary color
Monochromatic Colors of #482E16
Black with #482E16
Text Example
Text Example
White with #482E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E16; }
p { color: rgb(72,46,22); }
H1.HeaderClassName
{
color: #482E16;
}
.AnyTagClassName
{
color: #482E16;
}
</style>
background-color css
<style>
a { background-color: #482E16; }
a { background-color: rgb(72,46,22); }
div.DivClassName
{
background-color: #482E16;
}
.BgClassName
{
background-color: #482E16;
}
</style>
border-color css
<style>
span { border-color: #482E16; }
span { border-color: rgb(72,46,22); }
td.TdClassName
{
border-color: #482E16;
}
.TagClassName
{
border-color: #482E16;
}
</style>