Shades of Indian Tan #552C1D
Tints of Indian Tan #552C1D
RGB
CMYK
RGB Variations
Color information
#552C1D (or 0x552C1D) is known color: Indian Tan. HEX triplet: 55, 2C and 1D. RGB value is (85,44,29). Sum of RGB (Red+Green+Blue) = 85+44+29=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C1D is #AAD3E2. Grayscale: #363636. Windows color (decimal): -11195363 or 1911893. OLE color: 1911893.
HSL color Cylindrical-coordinate representation of color #552C1D: hue angle of 16.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552C1D is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 29 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.67 |
| HSL | 16.07º | 0.49% | 0.22% | - |
| HSV(B) | 16.07º | 0.66% | 0.33% | - |
| XYZ | 4.87 | 3.82 | 1.64 | - |
| YUV | 54.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 29 | 0 | 0.48 | 0.66 | 0.67 | 16.07 | 0.49 | 0.22 |
| Hex | 55 | 2C | 1D | 0 | 30 | 42 | 43 | 10 | 31 | 16 |
| Octal | 125 | 54 | 35 | 0 | 60 | 102 | 103 | 20 | 61 | 26 |
| Binary | 1010101 | 101100 | 11101 | 0 | 110000 | 1000010 | 1000011 | 10000 | 110001 | 10110 |
Color Harmonies of #552C1D
Complementary color
Monochromatic Colors of #552C1D
Black with #552C1D
Text Example
Text Example
White with #552C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C1D; }
p { color: rgb(85,44,29); }
H1.HeaderClassName
{
color: #552C1D;
}
.AnyTagClassName
{
color: #552C1D;
}
</style>
background-color css
<style>
a { background-color: #552C1D; }
a { background-color: rgb(85,44,29); }
div.DivClassName
{
background-color: #552C1D;
}
.BgClassName
{
background-color: #552C1D;
}
</style>
border-color css
<style>
span { border-color: #552C1D; }
span { border-color: rgb(85,44,29); }
td.TdClassName
{
border-color: #552C1D;
}
.TagClassName
{
border-color: #552C1D;
}
</style>