#542A17

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

Shades of Indian Tan #542A17

Tints of Indian Tan #542A17

Color information

#542A17 (or 0x542A17) is unknown color: approx Indian Tan. HEX triplet: 54, 2A and 17. RGB value is (84,42,23). Sum of RGB (Red+Green+Blue) = 84+42+23=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A17 is #ABD5E8. Grayscale: #343434. Windows color (decimal): -11261417 or 1518164. OLE color: 1518164.

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

Color convert

RGB844223-
CMYK00.50.730.67
HSL18.69º57.01%20.98%-
HSV(B)18.69º72.62%32.94%-
XYZ4.643.61.26-
YUV52.39111.41150.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=56.38%
G=28.19%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84422300.50.730.6718.6957.0120.98
Hex542A170324943133915
Octal1245227062111103237125
Binary1010100101010101110110010100100110000111001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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