#542B15

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

Shades of Indian Tan #542B15

Tints of Indian Tan #542B15

Color information

#542B15 (or 0x542B15) is unknown color: approx Indian Tan. HEX triplet: 54, 2B and 15. RGB value is (84,43,21). Sum of RGB (Red+Green+Blue) = 84+43+21=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #542B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B15 is #ABD4EA. Grayscale: #343434. Windows color (decimal): -11261163 or 1387348. OLE color: 1387348.

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

Color convert

RGB844321-
CMYK00.490.750.67
HSL20.95º60%20.59%-
HSV(B)20.95º75%32.94%-
XYZ4.663.671.17-
YUV52.75110.08150.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=56.76%
G=29.05%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84432100.490.750.6720.956020.59
Hex542B150314B43153c15
Octal1245325061113103257425
Binary1010100101011101010110001100101110000111010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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