Shades of Indian Tan #52301D
Tints of Indian Tan #52301D
RGB
CMYK
RGB Variations
Color information
#52301D (or 0x52301D) is known color: Indian Tan. HEX triplet: 52, 30 and 1D. RGB value is (82,48,29). Sum of RGB (Red+Green+Blue) = 82+48+29=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301D is #ADCFE2. Grayscale: #383838. Windows color (decimal): -11390947 or 1912914. OLE color: 1912914.
HSL color Cylindrical-coordinate representation of color #52301D: hue angle of 21.51º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52301D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 29 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.68 |
| HSL | 21.51º | 0.48% | 0.22% | - |
| HSV(B) | 21.51º | 0.65% | 0.32% | - |
| XYZ | 4.76 | 4 | 1.68 | - |
| YUV | 56 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 29 | 0 | 0.41 | 0.65 | 0.68 | 21.51 | 0.48 | 0.22 |
| Hex | 52 | 30 | 1D | 0 | 29 | 41 | 44 | 16 | 30 | 16 |
| Octal | 122 | 60 | 35 | 0 | 51 | 101 | 104 | 26 | 60 | 26 |
| Binary | 1010010 | 110000 | 11101 | 0 | 101001 | 1000001 | 1000100 | 10110 | 110000 | 10110 |
Color Harmonies of #52301D
Complementary color
Monochromatic Colors of #52301D
Black with #52301D
Text Example
Text Example
White with #52301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52301D; }
p { color: rgb(82,48,29); }
H1.HeaderClassName
{
color: #52301D;
}
.AnyTagClassName
{
color: #52301D;
}
</style>
background-color css
<style>
a { background-color: #52301D; }
a { background-color: rgb(82,48,29); }
div.DivClassName
{
background-color: #52301D;
}
.BgClassName
{
background-color: #52301D;
}
</style>
border-color css
<style>
span { border-color: #52301D; }
span { border-color: rgb(82,48,29); }
td.TdClassName
{
border-color: #52301D;
}
.TagClassName
{
border-color: #52301D;
}
</style>