#704352

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

Shades of Finn #704352

Tints of Finn #704352

Color information

#704352 (or 0x704352) is unknown color: approx Finn. HEX triplet: 70, 43 and 52. RGB value is (112,67,82). Sum of RGB (Red+Green+Blue) = 112+67+82=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704352 is #8FBCAD. Grayscale: #525252. Windows color (decimal): -9419950 or 5391216. OLE color: 5391216.

HSL color Cylindrical-coordinate representation of color #704352: hue angle of 340º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704352 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1126782-
CMYK00.400.270.56
HSL340º25.14%35.1%-
HSV(B)340º40.18%43.92%-
XYZ10.218.079-
YUV82.16127.91149.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=42.91%
G=25.67%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112678200.400.270.5634025.1435.1
Hex7043520281B381541923
Octal16010312205033705243143
Binary11100001000011101001001010001101111100010101010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704352; }

 p { color: rgb(112,67,82); }

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

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

 a { background-color: rgb(112,67,82); }

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

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

 span { border-color: rgb(112,67,82); }

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