Html Css Color HEX #73585E Falcon

📋 copy color: '#73585E'

red 115 ◦ green 88 ◦ blue 94

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

Shades of Falcon #73585E

Tints of Falcon #73585E

RGB

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

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

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

R = 38.72%
G = 29.63%
B = 31.65%

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

#73585E (or 0x73585E) is known color: Falcon. HEX triplet: 73, 58 and 5E. RGB value is (115,88,94). Sum of RGB (Red+Green+Blue) = 115+88+94=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585E is #8CA7A1. Grayscale: #606060. Windows color (decimal): -9217954 or 6183027. OLE color: 6183027.

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

Color convert

RGB 115 88 94 -
CMYK 0 0.23 0.18 0.55
HSL 346.67º 0.13% 0.4% -
HSV(B) 346.67º 0.23% 0.45% -
XYZ 12.58 11.43 12.13 -
YUV 96.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 115 88 94 0 0.23 0.18 0.55 346.67 0.13 0.4
Hex 73 58 5E 0 17 12 37 15B D 28
Octal 163 130 136 0 27 22 67 533 15 50
Binary 1110011 1011000 1011110 0 10111 10010 110111 101011011 1101 101000

Color Harmonies of #73585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73585E

Black with #73585E

Text Example


Text Example

White with #73585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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