Shades of Indian Tan #542F23
Tints of Indian Tan #542F23
RGB
CMYK
RGB Variations
Color information
#542F23 (or 0x542F23) is known color: Indian Tan. HEX triplet: 54, 2F and 23. RGB value is (84,47,35). Sum of RGB (Red+Green+Blue) = 84+47+35=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #542F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F23 is #ABD0DC. Grayscale: #383838. Windows color (decimal): -11260125 or 2305876. OLE color: 2305876.
HSL color Cylindrical-coordinate representation of color #542F23: hue angle of 14.69º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542F23 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 35 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.67 |
| HSL | 14.69º | 0.41% | 0.23% | - |
| HSV(B) | 14.69º | 0.58% | 0.33% | - |
| XYZ | 4.98 | 4.04 | 2.11 | - |
| YUV | 56.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 35 | 0 | 0.44 | 0.58 | 0.67 | 14.69 | 0.41 | 0.23 |
| Hex | 54 | 2F | 23 | 0 | 2C | 3A | 43 | F | 29 | 17 |
| Octal | 124 | 57 | 43 | 0 | 54 | 72 | 103 | 17 | 51 | 27 |
| Binary | 1010100 | 101111 | 100011 | 0 | 101100 | 111010 | 1000011 | 1111 | 101001 | 10111 |
Color Harmonies of #542F23
Complementary color
Monochromatic Colors of #542F23
Black with #542F23
Text Example
Text Example
White with #542F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F23; }
p { color: rgb(84,47,35); }
H1.HeaderClassName
{
color: #542F23;
}
.AnyTagClassName
{
color: #542F23;
}
</style>
background-color css
<style>
a { background-color: #542F23; }
a { background-color: rgb(84,47,35); }
div.DivClassName
{
background-color: #542F23;
}
.BgClassName
{
background-color: #542F23;
}
</style>
border-color css
<style>
span { border-color: #542F23; }
span { border-color: rgb(84,47,35); }
td.TdClassName
{
border-color: #542F23;
}
.TagClassName
{
border-color: #542F23;
}
</style>