Shades of Indian Tan #552B16
Tints of Indian Tan #552B16
RGB
CMYK
RGB Variations
Color information
#552B16 (or 0x552B16) is known color: Indian Tan. HEX triplet: 55, 2B and 16. RGB value is (85,43,22). Sum of RGB (Red+Green+Blue) = 85+43+22=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #552B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B16 is #AAD4E9. Grayscale: #353535. Windows color (decimal): -11195626 or 1452885. OLE color: 1452885.
HSL color Cylindrical-coordinate representation of color #552B16: hue angle of 20º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552B16 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 22 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.67 |
| HSL | 20º | 0.59% | 0.21% | - |
| HSV(B) | 20º | 0.74% | 0.33% | - |
| XYZ | 4.76 | 3.72 | 1.23 | - |
| YUV | 53.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 22 | 0 | 0.49 | 0.74 | 0.67 | 20 | 0.59 | 0.21 |
| Hex | 55 | 2B | 16 | 0 | 31 | 4A | 43 | 14 | 3B | 15 |
| Octal | 125 | 53 | 26 | 0 | 61 | 112 | 103 | 24 | 73 | 25 |
| Binary | 1010101 | 101011 | 10110 | 0 | 110001 | 1001010 | 1000011 | 10100 | 111011 | 10101 |
Color Harmonies of #552B16
Complementary color
Monochromatic Colors of #552B16
Black with #552B16
Text Example
Text Example
White with #552B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B16; }
p { color: rgb(85,43,22); }
H1.HeaderClassName
{
color: #552B16;
}
.AnyTagClassName
{
color: #552B16;
}
</style>
background-color css
<style>
a { background-color: #552B16; }
a { background-color: rgb(85,43,22); }
div.DivClassName
{
background-color: #552B16;
}
.BgClassName
{
background-color: #552B16;
}
</style>
border-color css
<style>
span { border-color: #552B16; }
span { border-color: rgb(85,43,22); }
td.TdClassName
{
border-color: #552B16;
}
.TagClassName
{
border-color: #552B16;
}
</style>