Shades of Indian Tan #482A14
Tints of Indian Tan #482A14
RGB
CMYK
RGB Variations
Color information
#482A14 (or 0x482A14) is known color: Indian Tan. HEX triplet: 48, 2A and 14. RGB value is (72,42,20). Sum of RGB (Red+Green+Blue) = 72+42+20=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A14 is #B7D5EB. Grayscale: #303030. Windows color (decimal): -12047852 or 1321544. OLE color: 1321544.
HSL color Cylindrical-coordinate representation of color #482A14: hue angle of 25.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482A14 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 20 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.72 |
| HSL | 25.38º | 0.57% | 0.18% | - |
| HSV(B) | 25.38º | 0.72% | 0.28% | - |
| XYZ | 3.63 | 3.08 | 1.07 | - |
| YUV | 48.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 20 | 0 | 0.42 | 0.72 | 0.72 | 25.38 | 0.57 | 0.18 |
| Hex | 48 | 2A | 14 | 0 | 2A | 48 | 48 | 19 | 39 | 12 |
| Octal | 110 | 52 | 24 | 0 | 52 | 110 | 110 | 31 | 71 | 22 |
| Binary | 1001000 | 101010 | 10100 | 0 | 101010 | 1001000 | 1001000 | 11001 | 111001 | 10010 |
Color Harmonies of #482A14
Complementary color
Monochromatic Colors of #482A14
Black with #482A14
Text Example
Text Example
White with #482A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A14; }
p { color: rgb(72,42,20); }
H1.HeaderClassName
{
color: #482A14;
}
.AnyTagClassName
{
color: #482A14;
}
</style>
background-color css
<style>
a { background-color: #482A14; }
a { background-color: rgb(72,42,20); }
div.DivClassName
{
background-color: #482A14;
}
.BgClassName
{
background-color: #482A14;
}
</style>
border-color css
<style>
span { border-color: #482A14; }
span { border-color: rgb(72,42,20); }
td.TdClassName
{
border-color: #482A14;
}
.TagClassName
{
border-color: #482A14;
}
</style>