Shades of Indian Tan #552F1C
Tints of Indian Tan #552F1C
RGB
CMYK
RGB Variations
Color information
#552F1C (or 0x552F1C) is known color: Indian Tan. HEX triplet: 55, 2F and 1C. RGB value is (85,47,28). Sum of RGB (Red+Green+Blue) = 85+47+28=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F1C is #AAD0E3. Grayscale: #383838. Windows color (decimal): -11194596 or 1847125. OLE color: 1847125.
HSL color Cylindrical-coordinate representation of color #552F1C: hue angle of 20º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552F1C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 28 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.67 |
| HSL | 20º | 0.5% | 0.22% | - |
| HSV(B) | 20º | 0.67% | 0.33% | - |
| XYZ | 4.97 | 4.05 | 1.62 | - |
| YUV | 56.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 28 | 0 | 0.45 | 0.67 | 0.67 | 20 | 0.5 | 0.22 |
| Hex | 55 | 2F | 1C | 0 | 2D | 43 | 43 | 14 | 32 | 16 |
| Octal | 125 | 57 | 34 | 0 | 55 | 103 | 103 | 24 | 62 | 26 |
| Binary | 1010101 | 101111 | 11100 | 0 | 101101 | 1000011 | 1000011 | 10100 | 110010 | 10110 |
Color Harmonies of #552F1C
Complementary color
Monochromatic Colors of #552F1C
Black with #552F1C
Text Example
Text Example
White with #552F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F1C; }
p { color: rgb(85,47,28); }
H1.HeaderClassName
{
color: #552F1C;
}
.AnyTagClassName
{
color: #552F1C;
}
</style>
background-color css
<style>
a { background-color: #552F1C; }
a { background-color: rgb(85,47,28); }
div.DivClassName
{
background-color: #552F1C;
}
.BgClassName
{
background-color: #552F1C;
}
</style>
border-color css
<style>
span { border-color: #552F1C; }
span { border-color: rgb(85,47,28); }
td.TdClassName
{
border-color: #552F1C;
}
.TagClassName
{
border-color: #552F1C;
}
</style>