Shades of Indian Tan #522C1D
Tints of Indian Tan #522C1D
RGB
CMYK
RGB Variations
Color information
#522C1D (or 0x522C1D) is known color: Indian Tan. HEX triplet: 52, 2C and 1D. RGB value is (82,44,29). Sum of RGB (Red+Green+Blue) = 82+44+29=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C1D is #ADD3E2. Grayscale: #353535. Windows color (decimal): -11391971 or 1911890. OLE color: 1911890.
HSL color Cylindrical-coordinate representation of color #522C1D: hue angle of 16.98º 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 #522C1D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 29 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.68 |
| HSL | 16.98º | 0.48% | 0.22% | - |
| HSV(B) | 16.98º | 0.65% | 0.32% | - |
| XYZ | 4.6 | 3.68 | 1.63 | - |
| YUV | 53.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 29 | 0 | 0.46 | 0.65 | 0.68 | 16.98 | 0.48 | 0.22 |
| Hex | 52 | 2C | 1D | 0 | 2E | 41 | 44 | 11 | 30 | 16 |
| Octal | 122 | 54 | 35 | 0 | 56 | 101 | 104 | 21 | 60 | 26 |
| Binary | 1010010 | 101100 | 11101 | 0 | 101110 | 1000001 | 1000100 | 10001 | 110000 | 10110 |
Color Harmonies of #522C1D
Complementary color
Monochromatic Colors of #522C1D
Black with #522C1D
Text Example
Text Example
White with #522C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C1D; }
p { color: rgb(82,44,29); }
H1.HeaderClassName
{
color: #522C1D;
}
.AnyTagClassName
{
color: #522C1D;
}
</style>
background-color css
<style>
a { background-color: #522C1D; }
a { background-color: rgb(82,44,29); }
div.DivClassName
{
background-color: #522C1D;
}
.BgClassName
{
background-color: #522C1D;
}
</style>
border-color css
<style>
span { border-color: #522C1D; }
span { border-color: rgb(82,44,29); }
td.TdClassName
{
border-color: #522C1D;
}
.TagClassName
{
border-color: #522C1D;
}
</style>