Shades of Indian Tan #522F1C
Tints of Indian Tan #522F1C
RGB
CMYK
RGB Variations
Color information
#522F1C (or 0x522F1C) is known color: Indian Tan. HEX triplet: 52, 2F and 1C. RGB value is (82,47,28). Sum of RGB (Red+Green+Blue) = 82+47+28=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F1C is #ADD0E3. Grayscale: #373737. Windows color (decimal): -11391204 or 1847122. OLE color: 1847122.
HSL color Cylindrical-coordinate representation of color #522F1C: hue angle of 21.11º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522F1C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 28 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.68 |
| HSL | 21.11º | 0.49% | 0.22% | - |
| HSV(B) | 21.11º | 0.66% | 0.32% | - |
| XYZ | 4.71 | 3.91 | 1.61 | - |
| YUV | 55.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 28 | 0 | 0.43 | 0.66 | 0.68 | 21.11 | 0.49 | 0.22 |
| Hex | 52 | 2F | 1C | 0 | 2B | 42 | 44 | 15 | 31 | 16 |
| Octal | 122 | 57 | 34 | 0 | 53 | 102 | 104 | 25 | 61 | 26 |
| Binary | 1010010 | 101111 | 11100 | 0 | 101011 | 1000010 | 1000100 | 10101 | 110001 | 10110 |
Color Harmonies of #522F1C
Complementary color
Monochromatic Colors of #522F1C
Black with #522F1C
Text Example
Text Example
White with #522F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F1C; }
p { color: rgb(82,47,28); }
H1.HeaderClassName
{
color: #522F1C;
}
.AnyTagClassName
{
color: #522F1C;
}
</style>
background-color css
<style>
a { background-color: #522F1C; }
a { background-color: rgb(82,47,28); }
div.DivClassName
{
background-color: #522F1C;
}
.BgClassName
{
background-color: #522F1C;
}
</style>
border-color css
<style>
span { border-color: #522F1C; }
span { border-color: rgb(82,47,28); }
td.TdClassName
{
border-color: #522F1C;
}
.TagClassName
{
border-color: #522F1C;
}
</style>