Shades of Indian Tan #552D1A
Tints of Indian Tan #552D1A
RGB
CMYK
RGB Variations
Color information
#552D1A (or 0x552D1A) is known color: Indian Tan. HEX triplet: 55, 2D and 1A. RGB value is (85,45,26). Sum of RGB (Red+Green+Blue) = 85+45+26=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1A is #AAD2E5. Grayscale: #363636. Windows color (decimal): -11195110 or 1715541. OLE color: 1715541.
HSL color Cylindrical-coordinate representation of color #552D1A: hue angle of 19.32º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552D1A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 26 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.67 |
| HSL | 19.32º | 0.53% | 0.22% | - |
| HSV(B) | 19.32º | 0.69% | 0.33% | - |
| XYZ | 4.87 | 3.88 | 1.47 | - |
| YUV | 54.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 26 | 0 | 0.47 | 0.69 | 0.67 | 19.32 | 0.53 | 0.22 |
| Hex | 55 | 2D | 1A | 0 | 2F | 45 | 43 | 13 | 35 | 16 |
| Octal | 125 | 55 | 32 | 0 | 57 | 105 | 103 | 23 | 65 | 26 |
| Binary | 1010101 | 101101 | 11010 | 0 | 101111 | 1000101 | 1000011 | 10011 | 110101 | 10110 |
Color Harmonies of #552D1A
Complementary color
Monochromatic Colors of #552D1A
Black with #552D1A
Text Example
Text Example
White with #552D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D1A; }
p { color: rgb(85,45,26); }
H1.HeaderClassName
{
color: #552D1A;
}
.AnyTagClassName
{
color: #552D1A;
}
</style>
background-color css
<style>
a { background-color: #552D1A; }
a { background-color: rgb(85,45,26); }
div.DivClassName
{
background-color: #552D1A;
}
.BgClassName
{
background-color: #552D1A;
}
</style>
border-color css
<style>
span { border-color: #552D1A; }
span { border-color: rgb(85,45,26); }
td.TdClassName
{
border-color: #552D1A;
}
.TagClassName
{
border-color: #552D1A;
}
</style>