#542c1e

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

Shades of Indian Tan #542C1E

Tints of Indian Tan #542C1E

Color information

#542C1E (or 0x542C1E) is unknown color: approx Indian Tan. HEX triplet: 54, 2C and 1E. RGB value is (84,44,30). Sum of RGB (Red+Green+Blue) = 84+44+30=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #542C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C1E is #ABD3E1. Grayscale: #363636. Windows color (decimal): -11260898 or 1977428. OLE color: 1977428.

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

Color convert

RGB844430-
CMYK00.480.640.67
HSL15.56º47.37%22.35%-
HSV(B)15.56º64.29%32.94%-
XYZ4.793.781.71-
YUV54.36114.25149.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=53.16%
G=27.85%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84443000.480.640.6715.5647.3722.35
Hex542C1E0304043102f16
Octal1245436060100103205726
Binary1010100101100111100110000100000010000111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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