#542D1D

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

Shades of Indian Tan #542D1D

Tints of Indian Tan #542D1D

Color information

#542D1D (or 0x542D1D) is unknown color: approx Indian Tan. HEX triplet: 54, 2D and 1D. RGB value is (84,45,29). Sum of RGB (Red+Green+Blue) = 84+45+29=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #542D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D1D is #ABD2E2. Grayscale: #363636. Windows color (decimal): -11260643 or 1912148. OLE color: 1912148.

HSL color Cylindrical-coordinate representation of color #542D1D: hue angle of 17.45º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #542D1D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB844529-
CMYK00.460.650.67
HSL17.45º48.67%22.16%-
HSV(B)17.45º65.48%32.94%-
XYZ4.823.851.65-
YUV54.84113.42148.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=53.16%
G=28.48%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84452900.460.650.6717.4548.6722.16
Hex542D1D02E4143113116
Octal1245535056101103216126
Binary1010100101101111010101110100000110000111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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