Html Css Color HEX #71595E Falcon

📋 copy color: '#71595E'

red 113 ◦ green 89 ◦ blue 94

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

Shades of Falcon #71595E

Tints of Falcon #71595E

RGB

 RED value IS 113 (44.53% from 255) = 38.18%

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

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

R = 38.18%
G = 30.07%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71595E (or 0x71595E) is known color: Falcon. HEX triplet: 71, 59 and 5E. RGB value is (113,89,94). Sum of RGB (Red+Green+Blue) = 113+89+94=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595E is #8EA6A1. Grayscale: #606060. Windows color (decimal): -9348770 or 6183281. OLE color: 6183281.

HSL color Cylindrical-coordinate representation of color #71595E: hue angle of 347.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71595E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 94 -
CMYK 0 0.21 0.17 0.56
HSL 347.5º 0.12% 0.4% -
HSV(B) 347.5º 0.21% 0.44% -
XYZ 12.4 11.46 12.15 -
YUV 96.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 113 89 94 0 0.21 0.17 0.56 347.5 0.12 0.4
Hex 71 59 5E 0 15 11 38 15C C 28
Octal 161 131 136 0 25 21 70 534 14 50
Binary 1110001 1011001 1011110 0 10101 10001 111000 101011100 1100 101000

Color Harmonies of #71595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595E

Black with #71595E

Text Example


Text Example

White with #71595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,89,94); }

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

background-color css

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

 a { background-color: rgb(113,89,94); }

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

border-color css

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

 span { border-color: rgb(113,89,94); }

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