Html Css Color HEX #735647 Quincy

📋 copy color: '#735647'

red 115 ◦ green 86 ◦ blue 71

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

Shades of Quincy #735647

Tints of Quincy #735647

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.13% from 255) = 26.1%

R = 42.28%
G = 31.62%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#735647 (or 0x735647) is known color: 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

RGB 115 86 71 -
CMYK 0 0.25 0.38 0.55
HSL 20.45º 0.24% 0.36% -
HSV(B) 20.45º 0.38% 0.45% -
XYZ 11.54 10.76 7.43 -
YUV 92.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 115 86 71 0 0.25 0.38 0.55 20.45 0.24 0.36
Hex 73 56 47 0 19 26 37 14 18 24
Octal 163 126 107 0 31 46 67 24 30 44
Binary 1110011 1010110 1000111 0 11001 100110 110111 10100 11000 100100

Color Harmonies of #735647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735647

Black with #735647

Text Example


Text Example

White with #735647

Text Example


Text Example

HTML Codes & Css Web 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>