#704853

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

Shades of Finn #704853

Tints of Finn #704853

Color information

#704853 (or 0x704853) is unknown color: approx Finn. HEX triplet: 70, 48 and 53. RGB value is (112,72,83). Sum of RGB (Red+Green+Blue) = 112+72+83=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704853 is #8FB7AC. Grayscale: #555555. Windows color (decimal): -9418669 or 5458032. OLE color: 5458032.

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

Color convert

RGB1127283-
CMYK00.360.260.56
HSL343.5º21.74%36.08%-
HSV(B)343.5º35.71%43.92%-
XYZ10.568.79.31-
YUV85.21126.75147.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=41.95%
G=26.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112728300.360.260.56343.521.7436.08
Hex7048530241A381581624
Octal16011012304432705302644
Binary11100001001000101001101001001101011100010101100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704853; }

 p { color: rgb(112,72,83); }

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

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

 a { background-color: rgb(112,72,83); }

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

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

 span { border-color: rgb(112,72,83); }

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