#705547

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

Shades of Quincy #705547

Tints of Quincy #705547

Color information

#705547 (or 0x705547) is unknown color: approx Quincy. HEX triplet: 70, 55 and 47. RGB value is (112,85,71). Sum of RGB (Red+Green+Blue) = 112+85+71=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705547 is #8FAAB8. Grayscale: #5B5B5B. Windows color (decimal): -9415353 or 4674928. OLE color: 4674928.

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

Color convert

RGB1128571-
CMYK00.240.370.56
HSL20.49º22.4%35.88%-
HSV(B)20.49º36.61%43.92%-
XYZ11.0710.47.38-
YUV91.48116.45142.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=41.79%
G=31.72%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112857100.240.370.5620.4922.435.88
Hex7055470182538141624
Octal1601251070304570242644
Binary1110000101010110001110110001001011110001010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705547; }

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

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

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

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

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

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

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

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