Shades of Indian Tan #552D19
Tints of Indian Tan #552D19
RGB
CMYK
RGB Variations
Color information
#552D19 (or 0x552D19) is known color: Indian Tan. HEX triplet: 55, 2D and 19. RGB value is (85,45,25). Sum of RGB (Red+Green+Blue) = 85+45+25=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D19 is #AAD2E6. Grayscale: #363636. Windows color (decimal): -11195111 or 1650005. OLE color: 1650005.
HSL color Cylindrical-coordinate representation of color #552D19: hue angle of 20º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552D19 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 25 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.67 |
| HSL | 20º | 0.55% | 0.22% | - |
| HSV(B) | 20º | 0.71% | 0.33% | - |
| XYZ | 4.86 | 3.88 | 1.41 | - |
| YUV | 54.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 25 | 0 | 0.47 | 0.71 | 0.67 | 20 | 0.55 | 0.22 |
| Hex | 55 | 2D | 19 | 0 | 2F | 47 | 43 | 14 | 37 | 16 |
| Octal | 125 | 55 | 31 | 0 | 57 | 107 | 103 | 24 | 67 | 26 |
| Binary | 1010101 | 101101 | 11001 | 0 | 101111 | 1000111 | 1000011 | 10100 | 110111 | 10110 |
Color Harmonies of #552D19
Complementary color
Monochromatic Colors of #552D19
Black with #552D19
Text Example
Text Example
White with #552D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D19; }
p { color: rgb(85,45,25); }
H1.HeaderClassName
{
color: #552D19;
}
.AnyTagClassName
{
color: #552D19;
}
</style>
background-color css
<style>
a { background-color: #552D19; }
a { background-color: rgb(85,45,25); }
div.DivClassName
{
background-color: #552D19;
}
.BgClassName
{
background-color: #552D19;
}
</style>
border-color css
<style>
span { border-color: #552D19; }
span { border-color: rgb(85,45,25); }
td.TdClassName
{
border-color: #552D19;
}
.TagClassName
{
border-color: #552D19;
}
</style>