Html Css Color HEX #745549 Quincy

📋 copy color: '#745549'

red 116 ◦ green 85 ◦ blue 73

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

Shades of Quincy #745549

Tints of Quincy #745549

RGB

 RED value IS 116 (45.7% from 255) = 42.34%

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 42.34%
G = 31.02%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#745549 (or 0x745549) is known color: Quincy. HEX triplet: 74, 55 and 49. RGB value is (116,85,73). Sum of RGB (Red+Green+Blue) = 116+85+73=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745549 is #8BAAB6. Grayscale: #5C5C5C. Windows color (decimal): -9153207 or 4806004. OLE color: 4806004.

HSL color Cylindrical-coordinate representation of color #745549: hue angle of 16.74º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745549 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 73 -
CMYK 0 0.27 0.37 0.55
HSL 16.74º 0.23% 0.37% -
HSV(B) 16.74º 0.37% 0.45% -
XYZ 11.65 10.69 7.75 -
YUV 92.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 116 85 73 0 0.27 0.37 0.55 16.74 0.23 0.37
Hex 74 55 49 0 1B 25 37 11 17 25
Octal 164 125 111 0 33 45 67 21 27 45
Binary 1110100 1010101 1001001 0 11011 100101 110111 10001 10111 100101

Color Harmonies of #745549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745549

Black with #745549

Text Example


Text Example

White with #745549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745549; }

 p { color: rgb(116,85,73); }

 H1.HeaderClassName
 {
   color: #745549;
 }
 .AnyTagClassName
 {
   color: #745549;
 }
</style>

background-color css

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

 a { background-color: rgb(116,85,73); }

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

border-color css

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

 span { border-color: rgb(116,85,73); }

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