Shades of Indian Tan #482D18
Tints of Indian Tan #482D18
RGB
CMYK
RGB Variations
Color information
#482D18 (or 0x482D18) is known color: Indian Tan. HEX triplet: 48, 2D and 18. RGB value is (72,45,24). Sum of RGB (Red+Green+Blue) = 72+45+24=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D18 is #B7D2E7. Grayscale: #323232. Windows color (decimal): -12047080 or 1584456. OLE color: 1584456.
HSL color Cylindrical-coordinate representation of color #482D18: hue angle of 26.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482D18 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 24 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.72 |
| HSL | 26.25º | 0.5% | 0.19% | - |
| HSV(B) | 26.25º | 0.67% | 0.28% | - |
| XYZ | 3.78 | 3.32 | 1.31 | - |
| YUV | 50.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 24 | 0 | 0.38 | 0.67 | 0.72 | 26.25 | 0.5 | 0.19 |
| Hex | 48 | 2D | 18 | 0 | 26 | 43 | 48 | 1A | 32 | 13 |
| Octal | 110 | 55 | 30 | 0 | 46 | 103 | 110 | 32 | 62 | 23 |
| Binary | 1001000 | 101101 | 11000 | 0 | 100110 | 1000011 | 1001000 | 11010 | 110010 | 10011 |
Color Harmonies of #482D18
Complementary color
Monochromatic Colors of #482D18
Black with #482D18
Text Example
Text Example
White with #482D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D18; }
p { color: rgb(72,45,24); }
H1.HeaderClassName
{
color: #482D18;
}
.AnyTagClassName
{
color: #482D18;
}
</style>
background-color css
<style>
a { background-color: #482D18; }
a { background-color: rgb(72,45,24); }
div.DivClassName
{
background-color: #482D18;
}
.BgClassName
{
background-color: #482D18;
}
</style>
border-color css
<style>
span { border-color: #482D18; }
span { border-color: rgb(72,45,24); }
td.TdClassName
{
border-color: #482D18;
}
.TagClassName
{
border-color: #482D18;
}
</style>