Shades of Indian Tan #55301E
Tints of Indian Tan #55301E
RGB
CMYK
RGB Variations
Color information
#55301E (or 0x55301E) is known color: Indian Tan. HEX triplet: 55, 30 and 1E. RGB value is (85,48,30). Sum of RGB (Red+Green+Blue) = 85+48+30=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55301E is #AACFE1. Grayscale: #393939. Windows color (decimal): -11194338 or 1978453. OLE color: 1978453.
HSL color Cylindrical-coordinate representation of color #55301E: hue angle of 19.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55301E is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 30 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.67 |
| HSL | 19.64º | 0.48% | 0.23% | - |
| HSV(B) | 19.64º | 0.65% | 0.33% | - |
| XYZ | 5.04 | 4.14 | 1.76 | - |
| YUV | 57.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 30 | 0 | 0.44 | 0.65 | 0.67 | 19.64 | 0.48 | 0.23 |
| Hex | 55 | 30 | 1E | 0 | 2C | 41 | 43 | 14 | 30 | 17 |
| Octal | 125 | 60 | 36 | 0 | 54 | 101 | 103 | 24 | 60 | 27 |
| Binary | 1010101 | 110000 | 11110 | 0 | 101100 | 1000001 | 1000011 | 10100 | 110000 | 10111 |
Color Harmonies of #55301E
Complementary color
Monochromatic Colors of #55301E
Black with #55301E
Text Example
Text Example
White with #55301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55301E; }
p { color: rgb(85,48,30); }
H1.HeaderClassName
{
color: #55301E;
}
.AnyTagClassName
{
color: #55301E;
}
</style>
background-color css
<style>
a { background-color: #55301E; }
a { background-color: rgb(85,48,30); }
div.DivClassName
{
background-color: #55301E;
}
.BgClassName
{
background-color: #55301E;
}
</style>
border-color css
<style>
span { border-color: #55301E; }
span { border-color: rgb(85,48,30); }
td.TdClassName
{
border-color: #55301E;
}
.TagClassName
{
border-color: #55301E;
}
</style>