Shades of Indian Tan #52301E
Tints of Indian Tan #52301E
RGB
CMYK
RGB Variations
Color information
#52301E (or 0x52301E) is known color: Indian Tan. HEX triplet: 52, 30 and 1E. RGB value is (82,48,30). Sum of RGB (Red+Green+Blue) = 82+48+30=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301E is #ADCFE1. Grayscale: #383838. Windows color (decimal): -11390946 or 1978450. OLE color: 1978450.
HSL color Cylindrical-coordinate representation of color #52301E: hue angle of 20.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52301E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 30 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.68 |
| HSL | 20.77º | 0.46% | 0.22% | - |
| HSV(B) | 20.77º | 0.63% | 0.32% | - |
| XYZ | 4.77 | 4 | 1.75 | - |
| YUV | 56.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 30 | 0 | 0.41 | 0.63 | 0.68 | 20.77 | 0.46 | 0.22 |
| Hex | 52 | 30 | 1E | 0 | 29 | 3F | 44 | 15 | 2E | 16 |
| Octal | 122 | 60 | 36 | 0 | 51 | 77 | 104 | 25 | 56 | 26 |
| Binary | 1010010 | 110000 | 11110 | 0 | 101001 | 111111 | 1000100 | 10101 | 101110 | 10110 |
Color Harmonies of #52301E
Complementary color
Monochromatic Colors of #52301E
Black with #52301E
Text Example
Text Example
White with #52301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52301E; }
p { color: rgb(82,48,30); }
H1.HeaderClassName
{
color: #52301E;
}
.AnyTagClassName
{
color: #52301E;
}
</style>
background-color css
<style>
a { background-color: #52301E; }
a { background-color: rgb(82,48,30); }
div.DivClassName
{
background-color: #52301E;
}
.BgClassName
{
background-color: #52301E;
}
</style>
border-color css
<style>
span { border-color: #52301E; }
span { border-color: rgb(82,48,30); }
td.TdClassName
{
border-color: #52301E;
}
.TagClassName
{
border-color: #52301E;
}
</style>