#714851

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

Shades of Finn #714851

Tints of Finn #714851

Color information

#714851 (or 0x714851) is unknown color: approx Finn. HEX triplet: 71, 48 and 51. RGB value is (113,72,81). Sum of RGB (Red+Green+Blue) = 113+72+81=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #714851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714851 is #8EB7AE. Grayscale: #555555. Windows color (decimal): -9353135 or 5326961. OLE color: 5326961.

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

Color convert

RGB1137281-
CMYK00.360.280.56
HSL346.83º22.16%36.27%-
HSV(B)346.83º36.28%44.31%-
XYZ10.618.748.91-
YUV85.28125.58147.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=42.48%
G=27.07%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113728100.360.280.56346.8322.1636.27
Hex7148510241C3815b1624
Octal16111012104434705332644
Binary11100011001000101000101001001110011100010101101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714851; }

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

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

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

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

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

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

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

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