Html Css Color HEX #73575E Falcon

📋 copy color: '#73575E'

red 115 ◦ green 87 ◦ blue 94

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

Shades of Falcon #73575E

Tints of Falcon #73575E

RGB

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

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

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

R = 38.85%
G = 29.39%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73575E (or 0x73575E) is known color: Falcon. HEX triplet: 73, 57 and 5E. RGB value is (115,87,94). Sum of RGB (Red+Green+Blue) = 115+87+94=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575E is #8CA8A1. Grayscale: #606060. Windows color (decimal): -9218210 or 6182771. OLE color: 6182771.

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

Color convert

RGB 115 87 94 -
CMYK 0 0.24 0.18 0.55
HSL 345º 0.14% 0.4% -
HSV(B) 345º 0.24% 0.45% -
XYZ 12.5 11.27 12.11 -
YUV 96.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 115 87 94 0 0.24 0.18 0.55 345 0.14 0.4
Hex 73 57 5E 0 18 12 37 159 E 28
Octal 163 127 136 0 30 22 67 531 16 50
Binary 1110011 1010111 1011110 0 11000 10010 110111 101011001 1110 101000

Color Harmonies of #73575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73575E

Black with #73575E

Text Example


Text Example

White with #73575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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