Html Css Color HEX #71595C Falcon

📋 copy color: '#71595C'

red 113 ◦ green 89 ◦ blue 92

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

Shades of Falcon #71595C

Tints of Falcon #71595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 38.44%
G = 30.27%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71595C (or 0x71595C) is known color: Falcon. HEX triplet: 71, 59 and 5C. RGB value is (113,89,92). Sum of RGB (Red+Green+Blue) = 113+89+92=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595C is #8EA6A3. Grayscale: #606060. Windows color (decimal): -9348772 or 6052209. OLE color: 6052209.

HSL color Cylindrical-coordinate representation of color #71595C: hue angle of 352.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 #71595C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 92 -
CMYK 0 0.21 0.19 0.56
HSL 352.5º 0.12% 0.4% -
HSV(B) 352.5º 0.21% 0.44% -
XYZ 12.31 11.43 11.68 -
YUV 96.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 113 89 92 0 0.21 0.19 0.56 352.5 0.12 0.4
Hex 71 59 5C 0 15 13 38 160 C 28
Octal 161 131 134 0 25 23 70 540 14 50
Binary 1110001 1011001 1011100 0 10101 10011 111000 101100000 1100 101000

Color Harmonies of #71595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71595C

Black with #71595C

Text Example


Text Example

White with #71595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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