#542915

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

Shades of Indian Tan #542915

Tints of Indian Tan #542915

Color information

#542915 (or 0x542915) is unknown color: approx Indian Tan. HEX triplet: 54, 29 and 15. RGB value is (84,41,21). Sum of RGB (Red+Green+Blue) = 84+41+21=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #542915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542915 is #ABD6EA. Grayscale: #333333. Windows color (decimal): -11261675 or 1386836. OLE color: 1386836.

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

Color convert

RGB844121-
CMYK00.510.750.67
HSL19.05º60%20.59%-
HSV(B)19.05º75%32.94%-
XYZ4.583.521.15-
YUV51.58110.75151.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=57.53%
G=28.08%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84412100.510.750.6719.056020.59
Hex5429150334B43133c15
Octal1245125063113103237425
Binary1010100101001101010110011100101110000111001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542915; }

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

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

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

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

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

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

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

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