#542D21

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

Shades of Indian Tan #542D21

Tints of Indian Tan #542D21

Color information

#542D21 (or 0x542D21) is unknown color: approx Indian Tan. HEX triplet: 54, 2D and 21. RGB value is (84,45,33). Sum of RGB (Red+Green+Blue) = 84+45+33=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #542D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D21 is #ABD2DE. Grayscale: #373737. Windows color (decimal): -11260639 or 2174292. OLE color: 2174292.

HSL color Cylindrical-coordinate representation of color #542D21: hue angle of 14.12º 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 #542D21 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB844533-
CMYK00.460.610.67
HSL14.12º43.59%22.94%-
HSV(B)14.12º60.71%32.94%-
XYZ4.873.871.93-
YUV55.29115.42148.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=51.85%
G=27.78%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84453300.460.610.6714.1243.5922.94
Hex542D2102E3D43e2c17
Octal124554105675103165427
Binary101010010110110000101011101111011000011111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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