#542E21

Color #542E21 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #542E21

Tints of Indian Tan #542E21

Color information

#542E21 (or 0x542E21) is unknown color: approx Indian Tan. HEX triplet: 54, 2E and 21. RGB value is (84,46,33). Sum of RGB (Red+Green+Blue) = 84+46+33=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #542E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E21 is #ABD1DE. Grayscale: #373737. Windows color (decimal): -11260383 or 2174548. OLE color: 2174548.

HSL color Cylindrical-coordinate representation of color #542E21: hue angle of 15.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542E21 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB844633-
CMYK00.450.610.67
HSL15.29º43.59%22.94%-
HSV(B)15.29º60.71%32.94%-
XYZ4.913.951.94-
YUV55.88115.09148.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=51.53%
G=28.22%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84463300.450.610.6715.2943.5922.94
Hex542E2102D3D43f2c17
Octal124564105575103175427
Binary101010010111010000101011011111011000011111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E21; }

 p { color: rgb(84,46,33); }

 H1.HeaderClassName
 {
   color: #542E21;
 }
 .AnyTagClassName
 {
   color: #542E21;
 }
</style>
background-color css

<style>
 a { background-color: #542E21; }

 a { background-color: rgb(84,46,33); }

 div.DivClassName
 {
   background-color: #542E21;
 }
 .BgClassName
 {
   background-color: #542E21;
 }
</style>
border-color css

<style>
 span { border-color: #542E21; }

 span { border-color: rgb(84,46,33); }

 td.TdClassName
 {
   border-color: #542E21;
 }
 .TagClassName
 {
   border-color: #542E21;
 }
</style>