Shades of Indian Tan #542C19
Tints of Indian Tan #542C19
RGB
CMYK
RGB Variations
Color information
#542C19 (or 0x542C19) is known color: Indian Tan. HEX triplet: 54, 2C and 19. RGB value is (84,44,25). Sum of RGB (Red+Green+Blue) = 84+44+25=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #542C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C19 is #ABD3E6. Grayscale: #353535. Windows color (decimal): -11260903 or 1649748. OLE color: 1649748.
HSL color Cylindrical-coordinate representation of color #542C19: hue angle of 19.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542C19 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 25 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.67 |
| HSL | 19.32º | 0.54% | 0.21% | - |
| HSV(B) | 19.32º | 0.7% | 0.33% | - |
| XYZ | 4.73 | 3.76 | 1.4 | - |
| YUV | 53.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 25 | 0 | 0.48 | 0.70 | 0.67 | 19.32 | 0.54 | 0.21 |
| Hex | 54 | 2C | 19 | 0 | 30 | 46 | 43 | 13 | 36 | 15 |
| Octal | 124 | 54 | 31 | 0 | 60 | 106 | 103 | 23 | 66 | 25 |
| Binary | 1010100 | 101100 | 11001 | 0 | 110000 | 1000110 | 1000011 | 10011 | 110110 | 10101 |
Color Harmonies of #542C19
Complementary color
Monochromatic Colors of #542C19
Black with #542C19
Text Example
Text Example
White with #542C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C19; }
p { color: rgb(84,44,25); }
H1.HeaderClassName
{
color: #542C19;
}
.AnyTagClassName
{
color: #542C19;
}
</style>
background-color css
<style>
a { background-color: #542C19; }
a { background-color: rgb(84,44,25); }
div.DivClassName
{
background-color: #542C19;
}
.BgClassName
{
background-color: #542C19;
}
</style>
border-color css
<style>
span { border-color: #542C19; }
span { border-color: rgb(84,44,25); }
td.TdClassName
{
border-color: #542C19;
}
.TagClassName
{
border-color: #542C19;
}
</style>