Shades of Indian Tan #552E1B
Tints of Indian Tan #552E1B
RGB
CMYK
RGB Variations
Color information
#552E1B (or 0x552E1B) is known color: Indian Tan. HEX triplet: 55, 2E and 1B. RGB value is (85,46,27). Sum of RGB (Red+Green+Blue) = 85+46+27=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E1B is #AAD1E4. Grayscale: #373737. Windows color (decimal): -11194853 or 1781333. OLE color: 1781333.
HSL color Cylindrical-coordinate representation of color #552E1B: hue angle of 19.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552E1B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 27 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.67 |
| HSL | 19.66º | 0.52% | 0.22% | - |
| HSV(B) | 19.66º | 0.68% | 0.33% | - |
| XYZ | 4.92 | 3.96 | 1.54 | - |
| YUV | 55.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 27 | 0 | 0.46 | 0.68 | 0.67 | 19.66 | 0.52 | 0.22 |
| Hex | 55 | 2E | 1B | 0 | 2E | 44 | 43 | 14 | 34 | 16 |
| Octal | 125 | 56 | 33 | 0 | 56 | 104 | 103 | 24 | 64 | 26 |
| Binary | 1010101 | 101110 | 11011 | 0 | 101110 | 1000100 | 1000011 | 10100 | 110100 | 10110 |
Color Harmonies of #552E1B
Complementary color
Monochromatic Colors of #552E1B
Black with #552E1B
Text Example
Text Example
White with #552E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E1B; }
p { color: rgb(85,46,27); }
H1.HeaderClassName
{
color: #552E1B;
}
.AnyTagClassName
{
color: #552E1B;
}
</style>
background-color css
<style>
a { background-color: #552E1B; }
a { background-color: rgb(85,46,27); }
div.DivClassName
{
background-color: #552E1B;
}
.BgClassName
{
background-color: #552E1B;
}
</style>
border-color css
<style>
span { border-color: #552E1B; }
span { border-color: rgb(85,46,27); }
td.TdClassName
{
border-color: #552E1B;
}
.TagClassName
{
border-color: #552E1B;
}
</style>