#542814

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

Shades of Indian Tan #542814

Tints of Indian Tan #542814

Color information

#542814 (or 0x542814) is unknown color: approx Indian Tan. HEX triplet: 54, 28 and 14. RGB value is (84,40,20). Sum of RGB (Red+Green+Blue) = 84+40+20=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542814 is #ABD7EB. Grayscale: #333333. Windows color (decimal): -11261932 or 1321044. OLE color: 1321044.

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

Color convert

RGB844020-
CMYK00.520.760.67
HSL18.75º61.54%20.39%-
HSV(B)18.75º76.19%32.94%-
XYZ4.543.451.09-
YUV50.88110.58151.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=58.33%
G=27.78%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84402000.520.760.6718.7561.5420.39
Hex5428140344C43133e14
Octal1245024064114103237624
Binary1010100101000101000110100100110010000111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542814; }

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

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

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

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

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

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

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

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