Html Css Color HEX #73595C Falcon

📋 copy color: '#73595C'

red 115 ◦ green 89 ◦ blue 92

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

Shades of Falcon #73595C

Tints of Falcon #73595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 38.85%
G = 30.07%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73595C (or 0x73595C) is known color: Falcon. HEX triplet: 73, 59 and 5C. RGB value is (115,89,92). Sum of RGB (Red+Green+Blue) = 115+89+92=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595C is #8CA6A3. Grayscale: #616161. Windows color (decimal): -9217700 or 6052211. OLE color: 6052211.

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

Color convert

RGB 115 89 92 -
CMYK 0 0.23 0.20 0.55
HSL 353.08º 0.13% 0.4% -
HSV(B) 353.08º 0.23% 0.45% -
XYZ 12.57 11.56 11.69 -
YUV 97.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 115 89 92 0 0.23 0.20 0.55 353.08 0.13 0.4
Hex 73 59 5C 0 17 14 37 161 D 28
Octal 163 131 134 0 27 24 67 541 15 50
Binary 1110011 1011001 1011100 0 10111 10100 110111 101100001 1101 101000

Color Harmonies of #73595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73595C

Black with #73595C

Text Example


Text Example

White with #73595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73595C; }

 p { color: rgb(115,89,92); }

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

background-color css

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

 a { background-color: rgb(115,89,92); }

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

border-color css

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

 span { border-color: rgb(115,89,92); }

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