#705444

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

Shades of Quincy #705444

Tints of Quincy #705444

Color information

#705444 (or 0x705444) is unknown color: approx Quincy. HEX triplet: 70, 54 and 44. RGB value is (112,84,68). Sum of RGB (Red+Green+Blue) = 112+84+68=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705444 is #8FABBB. Grayscale: #5A5A5A. Windows color (decimal): -9415612 or 4478064. OLE color: 4478064.

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

Color convert

RGB1128468-
CMYK00.250.390.56
HSL21.82º24.44%35.29%-
HSV(B)21.82º39.29%43.92%-
XYZ10.910.26.86-
YUV90.55115.28143.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=42.42%
G=31.82%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112846800.250.390.5621.8224.4435.29
Hex7054440192738161823
Octal1601241040314770263043
Binary1110000101010010001000110011001111110001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705444; }

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

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

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

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

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

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

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

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