Shades of Indian Tan #552F22
Tints of Indian Tan #552F22
RGB
CMYK
RGB Variations
Color information
#552F22 (or 0x552F22) is known color: Indian Tan. HEX triplet: 55, 2F and 22. RGB value is (85,47,34). Sum of RGB (Red+Green+Blue) = 85+47+34=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F22 is #AAD0DD. Grayscale: #383838. Windows color (decimal): -11194590 or 2240341. OLE color: 2240341.
HSL color Cylindrical-coordinate representation of color #552F22: hue angle of 15.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552F22 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 34 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.67 |
| HSL | 15.29º | 0.43% | 0.23% | - |
| HSV(B) | 15.29º | 0.6% | 0.33% | - |
| XYZ | 5.05 | 4.08 | 2.03 | - |
| YUV | 56.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 34 | 0 | 0.45 | 0.60 | 0.67 | 15.29 | 0.43 | 0.23 |
| Hex | 55 | 2F | 22 | 0 | 2D | 3C | 43 | F | 2B | 17 |
| Octal | 125 | 57 | 42 | 0 | 55 | 74 | 103 | 17 | 53 | 27 |
| Binary | 1010101 | 101111 | 100010 | 0 | 101101 | 111100 | 1000011 | 1111 | 101011 | 10111 |
Color Harmonies of #552F22
Complementary color
Monochromatic Colors of #552F22
Black with #552F22
Text Example
Text Example
White with #552F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F22; }
p { color: rgb(85,47,34); }
H1.HeaderClassName
{
color: #552F22;
}
.AnyTagClassName
{
color: #552F22;
}
</style>
background-color css
<style>
a { background-color: #552F22; }
a { background-color: rgb(85,47,34); }
div.DivClassName
{
background-color: #552F22;
}
.BgClassName
{
background-color: #552F22;
}
</style>
border-color css
<style>
span { border-color: #552F22; }
span { border-color: rgb(85,47,34); }
td.TdClassName
{
border-color: #552F22;
}
.TagClassName
{
border-color: #552F22;
}
</style>