Html Css Color HEX #725546 Quincy

📋 copy color: '#725546'

red 114 ◦ green 85 ◦ blue 70

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

Shades of Quincy #725546

Tints of Quincy #725546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 42.38%
G = 31.6%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#725546 (or 0x725546) is known color: Quincy. HEX triplet: 72, 55 and 46. RGB value is (114,85,70). Sum of RGB (Red+Green+Blue) = 114+85+70=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725546 is #8DAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9284282 or 4609394. OLE color: 4609394.

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

Color convert

RGB 114 85 70 -
CMYK 0 0.25 0.39 0.55
HSL 20.45º 0.24% 0.36% -
HSV(B) 20.45º 0.39% 0.45% -
XYZ 11.29 10.52 7.23 -
YUV 91.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 114 85 70 0 0.25 0.39 0.55 20.45 0.24 0.36
Hex 72 55 46 0 19 27 37 14 18 24
Octal 162 125 106 0 31 47 67 24 30 44
Binary 1110010 1010101 1000110 0 11001 100111 110111 10100 11000 100100

Color Harmonies of #725546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725546

Black with #725546

Text Example


Text Example

White with #725546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725546; }

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

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

background-color css

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

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

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

border-color css

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

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

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