Shades of Indian Tan #552E1C
Tints of Indian Tan #552E1C
RGB
CMYK
RGB Variations
Color information
#552E1C (or 0x552E1C) is known color: Indian Tan. HEX triplet: 55, 2E and 1C. RGB value is (85,46,28). Sum of RGB (Red+Green+Blue) = 85+46+28=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E1C is #AAD1E3. Grayscale: #373737. Windows color (decimal): -11194852 or 1846869. OLE color: 1846869.
HSL color Cylindrical-coordinate representation of color #552E1C: hue angle of 18.95º 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 #552E1C is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 28 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.67 |
| HSL | 18.95º | 0.5% | 0.22% | - |
| HSV(B) | 18.95º | 0.67% | 0.33% | - |
| XYZ | 4.93 | 3.97 | 1.6 | - |
| YUV | 55.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 28 | 0 | 0.46 | 0.67 | 0.67 | 18.95 | 0.5 | 0.22 |
| Hex | 55 | 2E | 1C | 0 | 2E | 43 | 43 | 13 | 32 | 16 |
| Octal | 125 | 56 | 34 | 0 | 56 | 103 | 103 | 23 | 62 | 26 |
| Binary | 1010101 | 101110 | 11100 | 0 | 101110 | 1000011 | 1000011 | 10011 | 110010 | 10110 |
Color Harmonies of #552E1C
Complementary color
Monochromatic Colors of #552E1C
Black with #552E1C
Text Example
Text Example
White with #552E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E1C; }
p { color: rgb(85,46,28); }
H1.HeaderClassName
{
color: #552E1C;
}
.AnyTagClassName
{
color: #552E1C;
}
</style>
background-color css
<style>
a { background-color: #552E1C; }
a { background-color: rgb(85,46,28); }
div.DivClassName
{
background-color: #552E1C;
}
.BgClassName
{
background-color: #552E1C;
}
</style>
border-color css
<style>
span { border-color: #552E1C; }
span { border-color: rgb(85,46,28); }
td.TdClassName
{
border-color: #552E1C;
}
.TagClassName
{
border-color: #552E1C;
}
</style>