Shades of Indian Tan #552F1D
Tints of Indian Tan #552F1D
RGB
CMYK
RGB Variations
Color information
#552F1D (or 0x552F1D) is known color: Indian Tan. HEX triplet: 55, 2F and 1D. RGB value is (85,47,29). Sum of RGB (Red+Green+Blue) = 85+47+29=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F1D is #AAD0E2. Grayscale: #383838. Windows color (decimal): -11194595 or 1912661. OLE color: 1912661.
HSL color Cylindrical-coordinate representation of color #552F1D: hue angle of 19.29º 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 #552F1D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 29 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.67 |
| HSL | 19.29º | 0.49% | 0.22% | - |
| HSV(B) | 19.29º | 0.66% | 0.33% | - |
| XYZ | 4.98 | 4.05 | 1.68 | - |
| YUV | 56.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 29 | 0 | 0.45 | 0.66 | 0.67 | 19.29 | 0.49 | 0.22 |
| Hex | 55 | 2F | 1D | 0 | 2D | 42 | 43 | 13 | 31 | 16 |
| Octal | 125 | 57 | 35 | 0 | 55 | 102 | 103 | 23 | 61 | 26 |
| Binary | 1010101 | 101111 | 11101 | 0 | 101101 | 1000010 | 1000011 | 10011 | 110001 | 10110 |
Color Harmonies of #552F1D
Complementary color
Monochromatic Colors of #552F1D
Black with #552F1D
Text Example
Text Example
White with #552F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F1D; }
p { color: rgb(85,47,29); }
H1.HeaderClassName
{
color: #552F1D;
}
.AnyTagClassName
{
color: #552F1D;
}
</style>
background-color css
<style>
a { background-color: #552F1D; }
a { background-color: rgb(85,47,29); }
div.DivClassName
{
background-color: #552F1D;
}
.BgClassName
{
background-color: #552F1D;
}
</style>
border-color css
<style>
span { border-color: #552F1D; }
span { border-color: rgb(85,47,29); }
td.TdClassName
{
border-color: #552F1D;
}
.TagClassName
{
border-color: #552F1D;
}
</style>