Shades of Indian Tan #482C17
Tints of Indian Tan #482C17
RGB
CMYK
RGB Variations
Color information
#482C17 (or 0x482C17) is known color: Indian Tan. HEX triplet: 48, 2C and 17. RGB value is (72,44,23). Sum of RGB (Red+Green+Blue) = 72+44+23=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C17 is #B7D3E8. Grayscale: #323232. Windows color (decimal): -12047337 or 1518664. OLE color: 1518664.
HSL color Cylindrical-coordinate representation of color #482C17: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482C17 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 23 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.72 |
| HSL | 25.71º | 0.52% | 0.19% | - |
| HSV(B) | 25.71º | 0.68% | 0.28% | - |
| XYZ | 3.73 | 3.24 | 1.24 | - |
| YUV | 49.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 23 | 0 | 0.39 | 0.68 | 0.72 | 25.71 | 0.52 | 0.19 |
| Hex | 48 | 2C | 17 | 0 | 27 | 44 | 48 | 1A | 34 | 13 |
| Octal | 110 | 54 | 27 | 0 | 47 | 104 | 110 | 32 | 64 | 23 |
| Binary | 1001000 | 101100 | 10111 | 0 | 100111 | 1000100 | 1001000 | 11010 | 110100 | 10011 |
Color Harmonies of #482C17
Complementary color
Monochromatic Colors of #482C17
Black with #482C17
Text Example
Text Example
White with #482C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C17; }
p { color: rgb(72,44,23); }
H1.HeaderClassName
{
color: #482C17;
}
.AnyTagClassName
{
color: #482C17;
}
</style>
background-color css
<style>
a { background-color: #482C17; }
a { background-color: rgb(72,44,23); }
div.DivClassName
{
background-color: #482C17;
}
.BgClassName
{
background-color: #482C17;
}
</style>
border-color css
<style>
span { border-color: #482C17; }
span { border-color: rgb(72,44,23); }
td.TdClassName
{
border-color: #482C17;
}
.TagClassName
{
border-color: #482C17;
}
</style>