Html Css Color HEX #705749 Quincy

📋 copy color: '#705749'

red 112 ◦ green 87 ◦ blue 73

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

Shades of Quincy #705749

Tints of Quincy #705749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 41.18%
G = 31.99%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705749 (or 0x705749) is known color: Quincy. HEX triplet: 70, 57 and 49. RGB value is (112,87,73). Sum of RGB (Red+Green+Blue) = 112+87+73=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #705749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705749 is #8FA8B6. Grayscale: #5C5C5C. Windows color (decimal): -9414839 or 4806512. OLE color: 4806512.

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

Color convert

RGB 112 87 73 -
CMYK 0 0.22 0.35 0.56
HSL 21.54º 0.21% 0.36% -
HSV(B) 21.54º 0.35% 0.44% -
XYZ 11.29 10.74 7.78 -
YUV 92.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 112 87 73 0 0.22 0.35 0.56 21.54 0.21 0.36
Hex 70 57 49 0 16 23 38 16 15 24
Octal 160 127 111 0 26 43 70 26 25 44
Binary 1110000 1010111 1001001 0 10110 100011 111000 10110 10101 100100

Color Harmonies of #705749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705749

Black with #705749

Text Example


Text Example

White with #705749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705749; }

 p { color: rgb(112,87,73); }

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

background-color css

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

 a { background-color: rgb(112,87,73); }

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

border-color css

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

 span { border-color: rgb(112,87,73); }

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