#705542

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

Shades of Quincy #705542

Tints of Quincy #705542

Color information

#705542 (or 0x705542) is unknown color: approx Quincy. HEX triplet: 70, 55 and 42. RGB value is (112,85,66). Sum of RGB (Red+Green+Blue) = 112+85+66=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705542 is #8FAABD. Grayscale: #5B5B5B. Windows color (decimal): -9415358 or 4347248. OLE color: 4347248.

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

Color convert

RGB1128566-
CMYK00.240.410.56
HSL24.78º25.84%34.9%-
HSV(B)24.78º41.07%43.92%-
XYZ10.9110.346.57-
YUV90.91113.95143.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=42.59%
G=32.32%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112856600.240.410.5624.7825.8434.9
Hex7055420182938191a23
Octal1601251020305170313243
Binary1110000101010110000100110001010011110001100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705542; }

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

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

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

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

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

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

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

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