#542B1D

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

Shades of Indian Tan #542B1D

Tints of Indian Tan #542B1D

Color information

#542B1D (or 0x542B1D) is unknown color: approx Indian Tan. HEX triplet: 54, 2B and 1D. RGB value is (84,43,29). Sum of RGB (Red+Green+Blue) = 84+43+29=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #542B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B1D is #ABD4E2. Grayscale: #353535. Windows color (decimal): -11261155 or 1911636. OLE color: 1911636.

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

Color convert

RGB844329-
CMYK00.490.650.67
HSL15.27º48.67%22.16%-
HSV(B)15.27º65.48%32.94%-
XYZ4.743.71.63-
YUV53.66114.08149.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=53.85%
G=27.56%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84432900.490.650.6715.2748.6722.16
Hex542B1D0314143f3116
Octal1245335061101103176126
Binary101010010101111101011000110000011000011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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