Html Css Color HEX #73595E Falcon

📋 copy color: '#73595E'

red 115 ◦ green 89 ◦ blue 94

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

Shades of Falcon #73595E

Tints of Falcon #73595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 38.59%
G = 29.87%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73595E (or 0x73595E) is known color: Falcon. HEX triplet: 73, 59 and 5E. RGB value is (115,89,94). Sum of RGB (Red+Green+Blue) = 115+89+94=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595E is #8CA6A1. Grayscale: #616161. Windows color (decimal): -9217698 or 6183283. OLE color: 6183283.

HSL color Cylindrical-coordinate representation of color #73595E: hue angle of 348.46º 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 #73595E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 94 -
CMYK 0 0.23 0.18 0.55
HSL 348.46º 0.13% 0.4% -
HSV(B) 348.46º 0.23% 0.45% -
XYZ 12.66 11.6 12.16 -
YUV 97.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 115 89 94 0 0.23 0.18 0.55 348.46 0.13 0.4
Hex 73 59 5E 0 17 12 37 15C D 28
Octal 163 131 136 0 27 22 67 534 15 50
Binary 1110011 1011001 1011110 0 10111 10010 110111 101011100 1101 101000

Color Harmonies of #73595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73595E

Black with #73595E

Text Example


Text Example

White with #73595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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