Shades of Indian Tan #552B19
Tints of Indian Tan #552B19
RGB
CMYK
RGB Variations
Color information
#552B19 (or 0x552B19) is known color: Indian Tan. HEX triplet: 55, 2B and 19. RGB value is (85,43,25). Sum of RGB (Red+Green+Blue) = 85+43+25=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B19 is #AAD4E6. Grayscale: #353535. Windows color (decimal): -11195623 or 1649493. OLE color: 1649493.
HSL color Cylindrical-coordinate representation of color #552B19: hue angle of 18º 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 #552B19 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 25 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.67 |
| HSL | 18º | 0.55% | 0.22% | - |
| HSV(B) | 18º | 0.71% | 0.33% | - |
| XYZ | 4.79 | 3.73 | 1.39 | - |
| YUV | 53.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 25 | 0 | 0.49 | 0.71 | 0.67 | 18 | 0.55 | 0.22 |
| Hex | 55 | 2B | 19 | 0 | 31 | 47 | 43 | 12 | 37 | 16 |
| Octal | 125 | 53 | 31 | 0 | 61 | 107 | 103 | 22 | 67 | 26 |
| Binary | 1010101 | 101011 | 11001 | 0 | 110001 | 1000111 | 1000011 | 10010 | 110111 | 10110 |
Color Harmonies of #552B19
Complementary color
Monochromatic Colors of #552B19
Black with #552B19
Text Example
Text Example
White with #552B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B19; }
p { color: rgb(85,43,25); }
H1.HeaderClassName
{
color: #552B19;
}
.AnyTagClassName
{
color: #552B19;
}
</style>
background-color css
<style>
a { background-color: #552B19; }
a { background-color: rgb(85,43,25); }
div.DivClassName
{
background-color: #552B19;
}
.BgClassName
{
background-color: #552B19;
}
</style>
border-color css
<style>
span { border-color: #552B19; }
span { border-color: rgb(85,43,25); }
td.TdClassName
{
border-color: #552B19;
}
.TagClassName
{
border-color: #552B19;
}
</style>