#542816

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

Shades of Indian Tan #542816

Tints of Indian Tan #542816

Color information

#542816 (or 0x542816) is unknown color: approx Indian Tan. HEX triplet: 54, 28 and 16. RGB value is (84,40,22). Sum of RGB (Red+Green+Blue) = 84+40+22=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #542816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542816 is #ABD7E9. Grayscale: #333333. Windows color (decimal): -11261930 or 1452116. OLE color: 1452116.

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

Color convert

RGB844022-
CMYK00.520.740.67
HSL17.42º58.49%20.78%-
HSV(B)17.42º73.81%32.94%-
XYZ4.563.461.19-
YUV51.1111.58151.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=57.53%
G=27.40%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84402200.520.740.6717.4258.4920.78
Hex5428160344A43113a15
Octal1245026064112103217225
Binary1010100101000101100110100100101010000111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542816; }

 p { color: rgb(84,40,22); }

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

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

 a { background-color: rgb(84,40,22); }

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

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

 span { border-color: rgb(84,40,22); }

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