Html Css Color HEX #73584A Quincy

📋 copy color: '#73584A'

red 115 ◦ green 88 ◦ blue 74

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

Shades of Quincy #73584A

Tints of Quincy #73584A

RGB

 RED value IS 115 (45.31% from 255) = 41.52%

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 41.52%
G = 31.77%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73584A (or 0x73584A) is known color: Quincy. HEX triplet: 73, 58 and 4A. RGB value is (115,88,74). Sum of RGB (Red+Green+Blue) = 115+88+74=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73584A is #8CA7B5. Grayscale: #5E5E5E. Windows color (decimal): -9217974 or 4872307. OLE color: 4872307.

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

Color convert

RGB 115 88 74 -
CMYK 0 0.23 0.36 0.55
HSL 20.49º 0.22% 0.37% -
HSV(B) 20.49º 0.36% 0.45% -
XYZ 11.8 11.12 8 -
YUV 94.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 115 88 74 0 0.23 0.36 0.55 20.49 0.22 0.37
Hex 73 58 4A 0 17 24 37 14 16 25
Octal 163 130 112 0 27 44 67 24 26 45
Binary 1110011 1011000 1001010 0 10111 100100 110111 10100 10110 100101

Color Harmonies of #73584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73584A

Black with #73584A

Text Example


Text Example

White with #73584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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