Html Css Color HEX #73575B Falcon

📋 copy color: '#73575B'

red 115 ◦ green 87 ◦ blue 91

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

Shades of Falcon #73575B

Tints of Falcon #73575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 39.25%
G = 29.69%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73575B (or 0x73575B) is known color: Falcon. HEX triplet: 73, 57 and 5B. RGB value is (115,87,91). Sum of RGB (Red+Green+Blue) = 115+87+91=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575B is #8CA8A4. Grayscale: #5F5F5F. Windows color (decimal): -9218213 or 5986163. OLE color: 5986163.

HSL color Cylindrical-coordinate representation of color #73575B: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73575B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 87 91 -
CMYK 0 0.24 0.21 0.55
HSL 351.43º 0.14% 0.4% -
HSV(B) 351.43º 0.24% 0.45% -
XYZ 12.37 11.22 11.41 -
YUV 95.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 115 87 91 0 0.24 0.21 0.55 351.43 0.14 0.4
Hex 73 57 5B 0 18 15 37 15F E 28
Octal 163 127 133 0 30 25 67 537 16 50
Binary 1110011 1010111 1011011 0 11000 10101 110111 101011111 1110 101000

Color Harmonies of #73575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73575B

Black with #73575B

Text Example


Text Example

White with #73575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73575B; }

 p { color: rgb(115,87,91); }

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

background-color css

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

 a { background-color: rgb(115,87,91); }

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

border-color css

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

 span { border-color: rgb(115,87,91); }

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