#705440

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

Shades of Quincy #705440

Tints of Quincy #705440

Color information

#705440 (or 0x705440) is unknown color: approx Quincy. HEX triplet: 70, 54 and 40. RGB value is (112,84,64). Sum of RGB (Red+Green+Blue) = 112+84+64=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705440 is #8FABBF. Grayscale: #5A5A5A. Windows color (decimal): -9415616 or 4215920. OLE color: 4215920.

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

Color convert

RGB1128464-
CMYK00.250.430.56
HSL25º27.27%34.51%-
HSV(B)25º42.86%43.92%-
XYZ10.7810.166.24-
YUV90.09113.28143.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=43.08%
G=32.31%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112846400.250.430.562527.2734.51
Hex7054400192B38191b23
Octal1601241000315370313343
Binary1110000101010010000000110011010111110001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705440; }

 p { color: rgb(112,84,64); }

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

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

 a { background-color: rgb(112,84,64); }

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

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

 span { border-color: rgb(112,84,64); }

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