#542918

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

Shades of Indian Tan #542918

Tints of Indian Tan #542918

Color information

#542918 (or 0x542918) is unknown color: approx Indian Tan. HEX triplet: 54, 29 and 18. RGB value is (84,41,24). Sum of RGB (Red+Green+Blue) = 84+41+24=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542918 is #ABD6E7. Grayscale: #343434. Windows color (decimal): -11261672 or 1583444. OLE color: 1583444.

HSL color Cylindrical-coordinate representation of color #542918: hue angle of 17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542918 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB844124-
CMYK00.510.710.67
HSL17º55.56%21.18%-
HSV(B)17º71.43%32.94%-
XYZ4.613.541.3-
YUV51.92112.25150.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=56.38%
G=27.52%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84412400.510.710.671755.5621.18
Hex5429180334743113815
Octal1245130063107103217025
Binary1010100101001110000110011100011110000111000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542918; }

 p { color: rgb(84,41,24); }

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

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

 a { background-color: rgb(84,41,24); }

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

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

 span { border-color: rgb(84,41,24); }

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