Html Css Color HEX #715548 Quincy

📋 copy color: '#715548'

red 113 ◦ green 85 ◦ blue 72

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

Shades of Quincy #715548

Tints of Quincy #715548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 41.85%
G = 31.48%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#715548 (or 0x715548) is known color: Quincy. HEX triplet: 71, 55 and 48. RGB value is (113,85,72). Sum of RGB (Red+Green+Blue) = 113+85+72=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #715548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715548 is #8EAAB7. Grayscale: #5B5B5B. Windows color (decimal): -9349816 or 4740465. OLE color: 4740465.

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

Color convert

RGB 113 85 72 -
CMYK 0 0.25 0.36 0.56
HSL 19.02º 0.22% 0.36% -
HSV(B) 19.02º 0.36% 0.44% -
XYZ 11.23 10.48 7.56 -
YUV 91.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 113 85 72 0 0.25 0.36 0.56 19.02 0.22 0.36
Hex 71 55 48 0 19 24 38 13 16 24
Octal 161 125 110 0 31 44 70 23 26 44
Binary 1110001 1010101 1001000 0 11001 100100 111000 10011 10110 100100

Color Harmonies of #715548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715548

Black with #715548

Text Example


Text Example

White with #715548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715548; }

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

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

background-color css

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

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

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

border-color css

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

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

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