#73584A

Color #73584A Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #73584A

Tints of Quincy #73584A

Color information

#73584A (or 0x73584A) is unknown color: approx Quincy. HEX triplet: 73, 58 and 4A. RGB value is (115,88,74). Sum of RGB (Red+Green+Blue) = 115+88+74=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73584A is #8CA7B5. Grayscale: #5E5E5E. Windows color (decimal): -9217974 or 4872307. OLE color: 4872307.

HSL color Cylindrical-coordinate representation of color #73584A: hue angle of 20.49º 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 #73584A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1158874-
CMYK00.230.360.55
HSL20.49º21.69%37.06%-
HSV(B)20.49º35.65%45.1%-
XYZ11.811.128-
YUV94.48116.45142.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=41.52%
G=31.77%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115887400.230.360.5520.4921.6937.06
Hex73584A0172437141625
Octal1631301120274467242645
Binary1110011101100010010100101111001001101111010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73584A; }

 p { color: rgb(115,88,74); }

 H1.HeaderClassName
 {
   color: #73584A;
 }
 .AnyTagClassName
 {
   color: #73584A;
 }
</style>
background-color css

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

 a { background-color: rgb(115,88,74); }

 div.DivClassName
 {
   background-color: #73584A;
 }
 .BgClassName
 {
   background-color: #73584A;
 }
</style>
border-color css

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

 span { border-color: rgb(115,88,74); }

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