#704554

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

Shades of Finn #704554

Tints of Finn #704554

Color information

#704554 (or 0x704554) is unknown color: approx Finn. HEX triplet: 70, 45 and 54. RGB value is (112,69,84). Sum of RGB (Red+Green+Blue) = 112+69+84=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704554 is #8FBAAB. Grayscale: #535353. Windows color (decimal): -9419436 or 5522800. OLE color: 5522800.

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

Color convert

RGB1126984-
CMYK00.380.250.56
HSL339.07º23.76%35.49%-
HSV(B)339.07º38.39%43.92%-
XYZ10.418.349.45-
YUV83.57128.25148.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=42.26%
G=26.04%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112698400.380.250.56339.0723.7635.49
Hex70455402619381531823
Octal16010512404631705233043
Binary11100001000101101010001001101100111100010101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704554; }

 p { color: rgb(112,69,84); }

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

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

 a { background-color: rgb(112,69,84); }

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

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

 span { border-color: rgb(112,69,84); }

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