#542713

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

Shades of Indian Tan #542713

Tints of Indian Tan #542713

Color information

#542713 (or 0x542713) is unknown color: approx Indian Tan. HEX triplet: 54, 27 and 13. RGB value is (84,39,19). Sum of RGB (Red+Green+Blue) = 84+39+19=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542713 is #ABD8EC. Grayscale: #323232. Windows color (decimal): -11262189 or 1255252. OLE color: 1255252.

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

Color convert

RGB843919-
CMYK00.540.770.67
HSL18.46º63.11%20.2%-
HSV(B)18.46º77.38%32.94%-
XYZ4.53.381.03-
YUV50.18110.41152.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=59.15%
G=27.46%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84391900.540.770.6718.4663.1120.2
Hex5427130364D43123f14
Octal1244723066115103227724
Binary1010100100111100110110110100110110000111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542713; }

 p { color: rgb(84,39,19); }

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

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

 a { background-color: rgb(84,39,19); }

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

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

 span { border-color: rgb(84,39,19); }

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