#714956

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

Shades of Finn #714956

Tints of Finn #714956

Color information

#714956 (or 0x714956) is unknown color: approx Finn. HEX triplet: 71, 49 and 56. RGB value is (113,73,86). Sum of RGB (Red+Green+Blue) = 113+73+86=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714956 is #8EB6A9. Grayscale: #565656. Windows color (decimal): -9352874 or 5654897. OLE color: 5654897.

HSL color Cylindrical-coordinate representation of color #714956: hue angle of 340.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714956 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1137386-
CMYK00.350.240.56
HSL340.5º21.51%36.47%-
HSV(B)340.5º35.4%44.31%-
XYZ10.878.959.96-
YUV86.44127.75146.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=41.54%
G=26.84%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113738600.350.240.56340.521.5136.47
Hex71495602318381541624
Octal16111112604330705242644
Binary11100011001001101011001000111100011100010101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714956; }

 p { color: rgb(113,73,86); }

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

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

 a { background-color: rgb(113,73,86); }

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

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

 span { border-color: rgb(113,73,86); }

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