#735846

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

Shades of Quincy #735846

Tints of Quincy #735846

Color information

#735846 (or 0x735846) is unknown color: approx Quincy. HEX triplet: 73, 58 and 46. RGB value is (115,88,70). Sum of RGB (Red+Green+Blue) = 115+88+70=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #735846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735846 is #8CA7B9. Grayscale: #5E5E5E. Windows color (decimal): -9217978 or 4610163. OLE color: 4610163.

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

Color convert

RGB1158870-
CMYK00.230.390.55
HSL24º24.32%36.27%-
HSV(B)24º39.13%45.1%-
XYZ11.6711.077.32-
YUV94.02114.45142.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=42.12%
G=32.23%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115887000.230.390.552424.3236.27
Hex7358460172737181824
Octal1631301060274767303044
Binary1110011101100010001100101111001111101111100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735846; }

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

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

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

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

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

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

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

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