Html Css Color HEX #715449 Quincy

📋 copy color: '#715449'

red 113 ◦ green 84 ◦ blue 73

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

Shades of Quincy #715449

Tints of Quincy #715449

RGB

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

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

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

R = 41.85%
G = 31.11%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715449 (or 0x715449) is known color: Quincy. HEX triplet: 71, 54 and 49. RGB value is (113,84,73). Sum of RGB (Red+Green+Blue) = 113+84+73=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #715449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715449 is #8EABB6. Grayscale: #5B5B5B. Windows color (decimal): -9350071 or 4805745. OLE color: 4805745.

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

Color convert

RGB 113 84 73 -
CMYK 0 0.26 0.35 0.56
HSL 16.5º 0.22% 0.36% -
HSV(B) 16.5º 0.35% 0.44% -
XYZ 11.18 10.33 7.71 -
YUV 91.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 113 84 73 0 0.26 0.35 0.56 16.5 0.22 0.36
Hex 71 54 49 0 1A 23 38 10 16 24
Octal 161 124 111 0 32 43 70 20 26 44
Binary 1110001 1010100 1001001 0 11010 100011 111000 10000 10110 100100

Color Harmonies of #715449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715449

Black with #715449

Text Example


Text Example

White with #715449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715449; }

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

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

background-color css

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

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

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

border-color css

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

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

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