#71585E

Color #71585E Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #71585E

Tints of Falcon #71585E

Color information

#71585E (or 0x71585E) is unknown color: approx Falcon. HEX triplet: 71, 58 and 5E. RGB value is (113,88,94). Sum of RGB (Red+Green+Blue) = 113+88+94=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71585E is #8EA7A1. Grayscale: #606060. Windows color (decimal): -9349026 or 6183025. OLE color: 6183025.

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

Color convert

RGB1138894-
CMYK00.220.170.56
HSL345.6º12.44%39.41%-
HSV(B)345.6º22.12%44.31%-
XYZ12.3211.312.12-
YUV96.16126.78140.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=38.31%
G=29.83%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113889400.220.170.56345.612.4439.41
Hex71585E016113815ac27
Octal16113013602621705321447
Binary111000110110001011110010110100011110001010110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71585E;
 }
 .AnyTagClassName
 {
   color: #71585E;
 }
</style>
background-color css

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

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

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

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

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

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