Html Css Color HEX #725548 Quincy

📋 copy color: '#725548'

red 114 ◦ green 85 ◦ blue 72

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

Shades of Quincy #725548

Tints of Quincy #725548

RGB

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

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

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

R = 42.07%
G = 31.37%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725548 (or 0x725548) is known color: Quincy. HEX triplet: 72, 55 and 48. RGB value is (114,85,72). Sum of RGB (Red+Green+Blue) = 114+85+72=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #725548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725548 is #8DAAB7. Grayscale: #5C5C5C. Windows color (decimal): -9284280 or 4740466. OLE color: 4740466.

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

Color convert

RGB 114 85 72 -
CMYK 0 0.25 0.37 0.55
HSL 18.57º 0.23% 0.36% -
HSV(B) 18.57º 0.37% 0.45% -
XYZ 11.36 10.54 7.57 -
YUV 92.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 114 85 72 0 0.25 0.37 0.55 18.57 0.23 0.36
Hex 72 55 48 0 19 25 37 13 17 24
Octal 162 125 110 0 31 45 67 23 27 44
Binary 1110010 1010101 1001000 0 11001 100101 110111 10011 10111 100100

Color Harmonies of #725548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725548

Black with #725548

Text Example


Text Example

White with #725548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725548; }

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

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

background-color css

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

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

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

border-color css

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

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

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