Html Css Color HEX #725549 Quincy

📋 copy color: '#725549'

red 114 ◦ green 85 ◦ blue 73

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

Shades of Quincy #725549

Tints of Quincy #725549

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

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

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

R = 41.91%
G = 31.25%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#725549 (or 0x725549) is known color: Quincy. HEX triplet: 72, 55 and 49. RGB value is (114,85,73). Sum of RGB (Red+Green+Blue) = 114+85+73=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725549 is #8DAAB6. Grayscale: #5C5C5C. Windows color (decimal): -9284279 or 4806002. OLE color: 4806002.

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

Color convert

RGB 114 85 73 -
CMYK 0 0.25 0.36 0.55
HSL 17.56º 0.22% 0.37% -
HSV(B) 17.56º 0.36% 0.45% -
XYZ 11.39 10.56 7.74 -
YUV 92.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 114 85 73 0 0.25 0.36 0.55 17.56 0.22 0.37
Hex 72 55 49 0 19 24 37 12 16 25
Octal 162 125 111 0 31 44 67 22 26 45
Binary 1110010 1010101 1001001 0 11001 100100 110111 10010 10110 100101

Color Harmonies of #725549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725549

Black with #725549

Text Example


Text Example

White with #725549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725549; }

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

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

background-color css

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

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

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

border-color css

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

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

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