#705549

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

Shades of Quincy #705549

Tints of Quincy #705549

Color information

#705549 (or 0x705549) is unknown color: approx Quincy. HEX triplet: 70, 55 and 49. RGB value is (112,85,73). Sum of RGB (Red+Green+Blue) = 112+85+73=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705549 is #8FAAB6. Grayscale: #5B5B5B. Windows color (decimal): -9415351 or 4806000. OLE color: 4806000.

HSL color Cylindrical-coordinate representation of color #705549: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705549 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1128573-
CMYK00.240.350.56
HSL18.46º21.08%36.27%-
HSV(B)18.46º34.82%43.92%-
XYZ11.1310.427.73-
YUV91.7117.45142.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=41.48%
G=31.48%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112857300.240.350.5618.4621.0836.27
Hex7055490182338121524
Octal1601251110304370222544
Binary1110000101010110010010110001000111110001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705549; }

 p { color: rgb(112,85,73); }

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

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

 a { background-color: rgb(112,85,73); }

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

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

 span { border-color: rgb(112,85,73); }

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