Shades of Indian Tan #482B15
Tints of Indian Tan #482B15
RGB
CMYK
RGB Variations
Color information
#482B15 (or 0x482B15) is known color: Indian Tan. HEX triplet: 48, 2B and 15. RGB value is (72,43,21). Sum of RGB (Red+Green+Blue) = 72+43+21=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B15 is #B7D4EA. Grayscale: #313131. Windows color (decimal): -12047595 or 1387336. OLE color: 1387336.
HSL color Cylindrical-coordinate representation of color #482B15: hue angle of 25.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482B15 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 21 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.72 |
| HSL | 25.88º | 0.55% | 0.18% | - |
| HSV(B) | 25.88º | 0.71% | 0.28% | - |
| XYZ | 3.67 | 3.16 | 1.13 | - |
| YUV | 49.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 21 | 0 | 0.40 | 0.71 | 0.72 | 25.88 | 0.55 | 0.18 |
| Hex | 48 | 2B | 15 | 0 | 28 | 47 | 48 | 1A | 37 | 12 |
| Octal | 110 | 53 | 25 | 0 | 50 | 107 | 110 | 32 | 67 | 22 |
| Binary | 1001000 | 101011 | 10101 | 0 | 101000 | 1000111 | 1001000 | 11010 | 110111 | 10010 |
Color Harmonies of #482B15
Complementary color
Monochromatic Colors of #482B15
Black with #482B15
Text Example
Text Example
White with #482B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B15; }
p { color: rgb(72,43,21); }
H1.HeaderClassName
{
color: #482B15;
}
.AnyTagClassName
{
color: #482B15;
}
</style>
background-color css
<style>
a { background-color: #482B15; }
a { background-color: rgb(72,43,21); }
div.DivClassName
{
background-color: #482B15;
}
.BgClassName
{
background-color: #482B15;
}
</style>
border-color css
<style>
span { border-color: #482B15; }
span { border-color: rgb(72,43,21); }
td.TdClassName
{
border-color: #482B15;
}
.TagClassName
{
border-color: #482B15;
}
</style>