Html Css Color HEX #705547 Quincy

📋 copy color: '#705547'

red 112 ◦ green 85 ◦ blue 71

#705547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #705547

Tints of Quincy #705547

RGB

 RED value IS 112 (44.14% from 255) = 41.79%

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 41.79%
G = 31.72%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705547 (or 0x705547) is known color: Quincy. HEX triplet: 70, 55 and 47. RGB value is (112,85,71). Sum of RGB (Red+Green+Blue) = 112+85+71=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705547 is #8FAAB8. Grayscale: #5B5B5B. Windows color (decimal): -9415353 or 4674928. OLE color: 4674928.

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

Color convert

RGB 112 85 71 -
CMYK 0 0.24 0.37 0.56
HSL 20.49º 0.22% 0.36% -
HSV(B) 20.49º 0.37% 0.44% -
XYZ 11.07 10.4 7.38 -
YUV 91.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 112 85 71 0 0.24 0.37 0.56 20.49 0.22 0.36
Hex 70 55 47 0 18 25 38 14 16 24
Octal 160 125 107 0 30 45 70 24 26 44
Binary 1110000 1010101 1000111 0 11000 100101 111000 10100 10110 100100

Color Harmonies of #705547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705547

Black with #705547

Text Example


Text Example

White with #705547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705547; }

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

 H1.HeaderClassName
 {
   color: #705547;
 }
 .AnyTagClassName
 {
   color: #705547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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