Html Css Color HEX #705449 Quincy

📋 copy color: '#705449'

red 112 ◦ green 84 ◦ blue 73

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

Shades of Quincy #705449

Tints of Quincy #705449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 41.64%
G = 31.23%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705449 (or 0x705449) is known color: Quincy. HEX triplet: 70, 54 and 49. RGB value is (112,84,73). Sum of RGB (Red+Green+Blue) = 112+84+73=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705449 is #8FABB6. Grayscale: #5B5B5B. Windows color (decimal): -9415607 or 4805744. OLE color: 4805744.

HSL color Cylindrical-coordinate representation of color #705449: hue angle of 16.92º 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 #705449 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 73 -
CMYK 0 0.25 0.35 0.56
HSL 16.92º 0.21% 0.36% -
HSV(B) 16.92º 0.35% 0.44% -
XYZ 11.06 10.27 7.7 -
YUV 91.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 112 84 73 0 0.25 0.35 0.56 16.92 0.21 0.36
Hex 70 54 49 0 19 23 38 11 15 24
Octal 160 124 111 0 31 43 70 21 25 44
Binary 1110000 1010100 1001001 0 11001 100011 111000 10001 10101 100100

Color Harmonies of #705449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705449

Black with #705449

Text Example


Text Example

White with #705449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705449; }

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

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

background-color css

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

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

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

border-color css

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

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

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