Html Css Color HEX #715549 Quincy

📋 copy color: '#715549'

red 113 ◦ green 85 ◦ blue 73

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

Shades of Quincy #715549

Tints of Quincy #715549

RGB

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

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

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

R = 41.7%
G = 31.37%
B = 26.94%

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

#715549 (or 0x715549) is known color: Quincy. HEX triplet: 71, 55 and 49. RGB value is (113,85,73). Sum of RGB (Red+Green+Blue) = 113+85+73=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #715549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715549 is #8EAAB6. Grayscale: #5C5C5C. Windows color (decimal): -9349815 or 4806001. OLE color: 4806001.

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

Color convert

RGB 113 85 73 -
CMYK 0 0.25 0.35 0.56
HSL 18º 0.22% 0.36% -
HSV(B) 18º 0.35% 0.44% -
XYZ 11.26 10.49 7.73 -
YUV 92 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 113 85 73 0 0.25 0.35 0.56 18 0.22 0.36
Hex 71 55 49 0 19 23 38 12 16 24
Octal 161 125 111 0 31 43 70 22 26 44
Binary 1110001 1010101 1001001 0 11001 100011 111000 10010 10110 100100

Color Harmonies of #715549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715549

Black with #715549

Text Example


Text Example

White with #715549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715549; }

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

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

background-color css

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

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

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

border-color css

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

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

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