#705541

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

Shades of Quincy #705541

Tints of Quincy #705541

Color information

#705541 (or 0x705541) is unknown color: approx Quincy. HEX triplet: 70, 55 and 41. RGB value is (112,85,65). Sum of RGB (Red+Green+Blue) = 112+85+65=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705541 is #8FAABE. Grayscale: #5A5A5A. Windows color (decimal): -9415359 or 4281712. OLE color: 4281712.

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

Color convert

RGB1128565-
CMYK00.240.420.56
HSL25.53º26.55%34.71%-
HSV(B)25.53º41.96%43.92%-
XYZ10.8810.326.42-
YUV90.79113.45143.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=42.75%
G=32.44%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112856500.240.420.5625.5326.5534.71
Hex7055410182A381a1b23
Octal1601251010305270323343
Binary1110000101010110000010110001010101110001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705541; }

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

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

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

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

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

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

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

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