Html Css Color HEX #715547 Quincy

📋 copy color: '#715547'

red 113 ◦ green 85 ◦ blue 71

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

Shades of Quincy #715547

Tints of Quincy #715547

RGB

 RED value IS 113 (44.53% from 255) = 42.01%

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

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

R = 42.01%
G = 31.6%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#715547 (or 0x715547) is known color: Quincy. HEX triplet: 71, 55 and 47. RGB value is (113,85,71). Sum of RGB (Red+Green+Blue) = 113+85+71=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715547 is #8EAAB8. Grayscale: #5B5B5B. Windows color (decimal): -9349817 or 4674929. OLE color: 4674929.

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

Color convert

RGB 113 85 71 -
CMYK 0 0.25 0.37 0.56
HSL 20º 0.23% 0.36% -
HSV(B) 20º 0.37% 0.44% -
XYZ 11.2 10.46 7.39 -
YUV 91.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 113 85 71 0 0.25 0.37 0.56 20 0.23 0.36
Hex 71 55 47 0 19 25 38 14 17 24
Octal 161 125 107 0 31 45 70 24 27 44
Binary 1110001 1010101 1000111 0 11001 100101 111000 10100 10111 100100

Color Harmonies of #715547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715547

Black with #715547

Text Example


Text Example

White with #715547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715547; }

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

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

background-color css

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

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

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

border-color css

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

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

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