#542B17

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

Shades of Indian Tan #542B17

Tints of Indian Tan #542B17

Color information

#542B17 (or 0x542B17) is unknown color: approx Indian Tan. HEX triplet: 54, 2B and 17. RGB value is (84,43,23). Sum of RGB (Red+Green+Blue) = 84+43+23=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #542B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B17 is #ABD4E8. Grayscale: #353535. Windows color (decimal): -11261161 or 1518420. OLE color: 1518420.

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

Color convert

RGB844323-
CMYK00.490.730.67
HSL19.67º57.01%20.98%-
HSV(B)19.67º72.62%32.94%-
XYZ4.673.671.27-
YUV52.98111.08150.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=56%
G=28.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84432300.490.730.6719.6757.0120.98
Hex542B170314943143915
Octal1245327061111103247125
Binary1010100101011101110110001100100110000111010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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