Shades of Indian Tan #552F20
Tints of Indian Tan #552F20
RGB
CMYK
RGB Variations
Color information
#552F20 (or 0x552F20) is known color: Indian Tan. HEX triplet: 55, 2F and 20. RGB value is (85,47,32). Sum of RGB (Red+Green+Blue) = 85+47+32=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F20 is #AAD0DF. Grayscale: #383838. Windows color (decimal): -11194592 or 2109269. OLE color: 2109269.
HSL color Cylindrical-coordinate representation of color #552F20: hue angle of 16.98º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552F20 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 32 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.67 |
| HSL | 16.98º | 0.45% | 0.23% | - |
| HSV(B) | 16.98º | 0.62% | 0.33% | - |
| XYZ | 5.02 | 4.07 | 1.89 | - |
| YUV | 56.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 32 | 0 | 0.45 | 0.62 | 0.67 | 16.98 | 0.45 | 0.23 |
| Hex | 55 | 2F | 20 | 0 | 2D | 3E | 43 | 11 | 2D | 17 |
| Octal | 125 | 57 | 40 | 0 | 55 | 76 | 103 | 21 | 55 | 27 |
| Binary | 1010101 | 101111 | 100000 | 0 | 101101 | 111110 | 1000011 | 10001 | 101101 | 10111 |
Color Harmonies of #552F20
Complementary color
Monochromatic Colors of #552F20
Black with #552F20
Text Example
Text Example
White with #552F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F20; }
p { color: rgb(85,47,32); }
H1.HeaderClassName
{
color: #552F20;
}
.AnyTagClassName
{
color: #552F20;
}
</style>
background-color css
<style>
a { background-color: #552F20; }
a { background-color: rgb(85,47,32); }
div.DivClassName
{
background-color: #552F20;
}
.BgClassName
{
background-color: #552F20;
}
</style>
border-color css
<style>
span { border-color: #552F20; }
span { border-color: rgb(85,47,32); }
td.TdClassName
{
border-color: #552F20;
}
.TagClassName
{
border-color: #552F20;
}
</style>