Html Css Color HEX #73585D Falcon

📋 copy color: '#73585D'

red 115 ◦ green 88 ◦ blue 93

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

Shades of Falcon #73585D

Tints of Falcon #73585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 38.85%
G = 29.73%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73585D (or 0x73585D) is known color: Falcon. HEX triplet: 73, 58 and 5D. RGB value is (115,88,93). Sum of RGB (Red+Green+Blue) = 115+88+93=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585D is #8CA7A2. Grayscale: #606060. Windows color (decimal): -9217955 or 6117491. OLE color: 6117491.

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

Color convert

RGB 115 88 93 -
CMYK 0 0.23 0.19 0.55
HSL 348.89º 0.13% 0.4% -
HSV(B) 348.89º 0.23% 0.45% -
XYZ 12.54 11.41 11.9 -
YUV 96.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 115 88 93 0 0.23 0.19 0.55 348.89 0.13 0.4
Hex 73 58 5D 0 17 13 37 15D D 28
Octal 163 130 135 0 27 23 67 535 15 50
Binary 1110011 1011000 1011101 0 10111 10011 110111 101011101 1101 101000

Color Harmonies of #73585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73585D

Black with #73585D

Text Example


Text Example

White with #73585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73585D; }

 p { color: rgb(115,88,93); }

 H1.HeaderClassName
 {
   color: #73585D;
 }
 .AnyTagClassName
 {
   color: #73585D;
 }
</style>

background-color css

<style>
 a { background-color: #73585D; }

 a { background-color: rgb(115,88,93); }

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

border-color css

<style>
 span { border-color: #73585D; }

 span { border-color: rgb(115,88,93); }

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