#704B53

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

Shades of Finn #704B53

Tints of Finn #704B53

Color information

#704B53 (or 0x704B53) is unknown color: approx Finn. HEX triplet: 70, 4B and 53. RGB value is (112,75,83). Sum of RGB (Red+Green+Blue) = 112+75+83=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B53 is #8FB4AC. Grayscale: #565656. Windows color (decimal): -9417901 or 5458800. OLE color: 5458800.

HSL color Cylindrical-coordinate representation of color #704B53: hue angle of 347.03º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B53 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1127583-
CMYK00.330.260.56
HSL347.03º19.79%36.67%-
HSV(B)347.03º33.04%43.92%-
XYZ10.769.19.37-
YUV86.98125.76145.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=41.48%
G=27.78%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112758300.330.260.56347.0319.7936.67
Hex704B530211A3815b1425
Octal16011312304132705332445
Binary11100001001011101001101000011101011100010101101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B53; }

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

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

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

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

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

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

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

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