#714951

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

Shades of Finn #714951

Tints of Finn #714951

Color information

#714951 (or 0x714951) is unknown color: approx Finn. HEX triplet: 71, 49 and 51. RGB value is (113,73,81). Sum of RGB (Red+Green+Blue) = 113+73+81=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #714951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714951 is #8EB6AE. Grayscale: #555555. Windows color (decimal): -9352879 or 5327217. OLE color: 5327217.

HSL color Cylindrical-coordinate representation of color #714951: hue angle of 348º 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 #714951 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1137381-
CMYK00.350.280.56
HSL348º21.51%36.47%-
HSV(B)348º35.4%44.31%-
XYZ10.688.878.93-
YUV85.87125.25147.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=42.32%
G=27.34%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113738100.350.280.5634821.5136.47
Hex7149510231C3815c1624
Octal16111112104334705342644
Binary11100011001001101000101000111110011100010101110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714951; }

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

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

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

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

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

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

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

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