Html Css Color HEX #73595F Falcon

📋 copy color: '#73595F'

red 115 ◦ green 89 ◦ blue 95

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

Shades of Falcon #73595F

Tints of Falcon #73595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 38.46%
G = 29.77%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73595F (or 0x73595F) is known color: Falcon. HEX triplet: 73, 59 and 5F. RGB value is (115,89,95). Sum of RGB (Red+Green+Blue) = 115+89+95=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #73595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595F is #8CA6A0. Grayscale: #616161. Windows color (decimal): -9217697 or 6248819. OLE color: 6248819.

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

Color convert

RGB 115 89 95 -
CMYK 0 0.23 0.17 0.55
HSL 346.15º 0.13% 0.4% -
HSV(B) 346.15º 0.23% 0.45% -
XYZ 12.71 11.62 12.4 -
YUV 97.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 115 89 95 0 0.23 0.17 0.55 346.15 0.13 0.4
Hex 73 59 5F 0 17 11 37 15A D 28
Octal 163 131 137 0 27 21 67 532 15 50
Binary 1110011 1011001 1011111 0 10111 10001 110111 101011010 1101 101000

Color Harmonies of #73595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73595F

Black with #73595F

Text Example


Text Example

White with #73595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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