#542B1E

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

Shades of Indian Tan #542B1E

Tints of Indian Tan #542B1E

Color information

#542B1E (or 0x542B1E) is unknown color: approx Indian Tan. HEX triplet: 54, 2B and 1E. RGB value is (84,43,30). Sum of RGB (Red+Green+Blue) = 84+43+30=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B1E is #ABD4E1. Grayscale: #353535. Windows color (decimal): -11261154 or 1977172. OLE color: 1977172.

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

Color convert

RGB844330-
CMYK00.490.640.67
HSL14.44º47.37%22.35%-
HSV(B)14.44º64.29%32.94%-
XYZ4.753.711.69-
YUV53.78114.58149.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=53.50%
G=27.39%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84433000.490.640.6714.4447.3722.35
Hex542B1E0314043e2f16
Octal1245336061100103165726
Binary101010010101111110011000110000001000011111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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