Shades of Indian Tan #542B19
Tints of Indian Tan #542B19
RGB
CMYK
RGB Variations
Color information
#542B19 (or 0x542B19) is known color: Indian Tan. HEX triplet: 54, 2B and 19. RGB value is (84,43,25). Sum of RGB (Red+Green+Blue) = 84+43+25=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #542B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B19 is #ABD4E6. Grayscale: #353535. Windows color (decimal): -11261159 or 1649492. OLE color: 1649492.
HSL color Cylindrical-coordinate representation of color #542B19: hue angle of 18.31º 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 #542B19 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 25 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.67 |
| HSL | 18.31º | 0.54% | 0.21% | - |
| HSV(B) | 18.31º | 0.7% | 0.33% | - |
| XYZ | 4.7 | 3.68 | 1.38 | - |
| YUV | 53.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 25 | 0 | 0.49 | 0.70 | 0.67 | 18.31 | 0.54 | 0.21 |
| Hex | 54 | 2B | 19 | 0 | 31 | 46 | 43 | 12 | 36 | 15 |
| Octal | 124 | 53 | 31 | 0 | 61 | 106 | 103 | 22 | 66 | 25 |
| Binary | 1010100 | 101011 | 11001 | 0 | 110001 | 1000110 | 1000011 | 10010 | 110110 | 10101 |
Color Harmonies of #542B19
Complementary color
Monochromatic Colors of #542B19
Black with #542B19
Text Example
Text Example
White with #542B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B19; }
p { color: rgb(84,43,25); }
H1.HeaderClassName
{
color: #542B19;
}
.AnyTagClassName
{
color: #542B19;
}
</style>
background-color css
<style>
a { background-color: #542B19; }
a { background-color: rgb(84,43,25); }
div.DivClassName
{
background-color: #542B19;
}
.BgClassName
{
background-color: #542B19;
}
</style>
border-color css
<style>
span { border-color: #542B19; }
span { border-color: rgb(84,43,25); }
td.TdClassName
{
border-color: #542B19;
}
.TagClassName
{
border-color: #542B19;
}
</style>