#735647

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

Shades of Quincy #735647

Tints of Quincy #735647

Color information

#735647 (or 0x735647) is unknown color: approx Quincy. HEX triplet: 73, 56 and 47. RGB value is (115,86,71). Sum of RGB (Red+Green+Blue) = 115+86+71=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735647 is #8CA9B8. Grayscale: #5D5D5D. Windows color (decimal): -9218489 or 4675187. OLE color: 4675187.

HSL color Cylindrical-coordinate representation of color #735647: 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.38%. Process color model (Four color, CMYK) of #735647 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1158671-
CMYK00.250.380.55
HSL20.45º23.66%36.47%-
HSV(B)20.45º38.26%45.1%-
XYZ11.5410.767.43-
YUV92.96115.61143.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=42.28%
G=31.62%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115867100.250.380.5520.4523.6636.47
Hex7356470192637141824
Octal1631261070314667243044
Binary1110011101011010001110110011001101101111010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735647; }

 p { color: rgb(115,86,71); }

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

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

 a { background-color: rgb(115,86,71); }

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

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

 span { border-color: rgb(115,86,71); }

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