Shades of Indian Tan #542A1A
Tints of Indian Tan #542A1A
RGB
CMYK
RGB Variations
Color information
#542A1A (or 0x542A1A) is known color: Indian Tan. HEX triplet: 54, 2A and 1A. RGB value is (84,42,26). Sum of RGB (Red+Green+Blue) = 84+42+26=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #542A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A1A is #ABD5E5. Grayscale: #343434. Windows color (decimal): -11261414 or 1714772. OLE color: 1714772.
HSL color Cylindrical-coordinate representation of color #542A1A: hue angle of 16.55º 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 #542A1A is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 26 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.67 |
| HSL | 16.55º | 0.53% | 0.22% | - |
| HSV(B) | 16.55º | 0.69% | 0.33% | - |
| XYZ | 4.67 | 3.62 | 1.43 | - |
| YUV | 52.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 26 | 0 | 0.5 | 0.69 | 0.67 | 16.55 | 0.53 | 0.22 |
| Hex | 54 | 2A | 1A | 0 | 32 | 45 | 43 | 11 | 35 | 16 |
| Octal | 124 | 52 | 32 | 0 | 62 | 105 | 103 | 21 | 65 | 26 |
| Binary | 1010100 | 101010 | 11010 | 0 | 110010 | 1000101 | 1000011 | 10001 | 110101 | 10110 |
Color Harmonies of #542A1A
Complementary color
Monochromatic Colors of #542A1A
Black with #542A1A
Text Example
Text Example
White with #542A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A1A; }
p { color: rgb(84,42,26); }
H1.HeaderClassName
{
color: #542A1A;
}
.AnyTagClassName
{
color: #542A1A;
}
</style>
background-color css
<style>
a { background-color: #542A1A; }
a { background-color: rgb(84,42,26); }
div.DivClassName
{
background-color: #542A1A;
}
.BgClassName
{
background-color: #542A1A;
}
</style>
border-color css
<style>
span { border-color: #542A1A; }
span { border-color: rgb(84,42,26); }
td.TdClassName
{
border-color: #542A1A;
}
.TagClassName
{
border-color: #542A1A;
}
</style>