#785949

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

Shades of Quincy #785949

Tints of Quincy #785949

Color information

#785949 (or 0x785949) is unknown color: approx Quincy. HEX triplet: 78, 59 and 49. RGB value is (120,89,73). Sum of RGB (Red+Green+Blue) = 120+89+73=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785949 is #87A6B6. Grayscale: #606060. Windows color (decimal): -8890039 or 4807032. OLE color: 4807032.

HSL color Cylindrical-coordinate representation of color #785949: hue angle of 20.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785949 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1208973-
CMYK00.260.390.53
HSL20.43º24.35%37.84%-
HSV(B)20.43º39.17%47.06%-
XYZ12.5211.627.89-
YUV96.44114.77144.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=42.55%
G=31.56%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120897300.260.390.5320.4324.3537.84
Hex78594901A2735141826
Octal1701311110324765243046
Binary1111000101100110010010110101001111101011010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785949; }

 p { color: rgb(120,89,73); }

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

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

 a { background-color: rgb(120,89,73); }

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

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

 span { border-color: rgb(120,89,73); }

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