#705443

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

Shades of Quincy #705443

Tints of Quincy #705443

Color information

#705443 (or 0x705443) is unknown color: approx Quincy. HEX triplet: 70, 54 and 43. RGB value is (112,84,67). Sum of RGB (Red+Green+Blue) = 112+84+67=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705443 is #8FABBC. Grayscale: #5A5A5A. Windows color (decimal): -9415613 or 4412528. OLE color: 4412528.

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

Color convert

RGB1128467-
CMYK00.250.400.56
HSL22.67º25.14%35.1%-
HSV(B)22.67º40.18%43.92%-
XYZ10.8710.196.7-
YUV90.43114.78143.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=42.59%
G=31.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112846700.250.400.5622.6725.1435.1
Hex7054430192838171923
Octal1601241030315070273143
Binary1110000101010010000110110011010001110001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705443; }

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

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

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

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

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

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

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

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