#562714

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

Shades of Indian Tan #562714

Tints of Indian Tan #562714

Color information

#562714 (or 0x562714) is unknown color: approx Indian Tan. HEX triplet: 56, 27 and 14. RGB value is (86,39,20). Sum of RGB (Red+Green+Blue) = 86+39+20=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562714 is #A9D8EB. Grayscale: #333333. Windows color (decimal): -11131116 or 1320790. OLE color: 1320790.

HSL color Cylindrical-coordinate representation of color #562714: hue angle of 17.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562714 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB863920-
CMYK00.550.770.66
HSL17.27º62.26%20.78%-
HSV(B)17.27º76.74%33.73%-
XYZ4.693.481.09-
YUV50.89110.57153.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=59.31%
G=26.90%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86392000.550.770.6617.2762.2620.78
Hex5627140374D42113e15
Octal1264724067115102217625
Binary1010110100111101000110111100110110000101000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562714; }

 p { color: rgb(86,39,20); }

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

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

 a { background-color: rgb(86,39,20); }

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

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

 span { border-color: rgb(86,39,20); }

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