#703956

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

Shades of Finn #703956

Tints of Finn #703956

Color information

#703956 (or 0x703956) is unknown color: approx Finn. HEX triplet: 70, 39 and 56. RGB value is (112,57,86). Sum of RGB (Red+Green+Blue) = 112+57+86=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #703956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703956 is #8FC6A9. Grayscale: #4C4C4C. Windows color (decimal): -9422506 or 5650800. OLE color: 5650800.

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

Color convert

RGB1125786-
CMYK00.490.230.56
HSL328.36º32.54%33.14%-
HSV(B)328.36º49.11%43.92%-
XYZ9.827.049.65-
YUV76.75133.22153.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=43.92%
G=22.35%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112578600.490.230.56328.3632.5433.14
Hex70395603117381482121
Octal1607112606127705104141
Binary11100001110011010110011000110111111000101001000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703956; }

 p { color: rgb(112,57,86); }

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

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

 a { background-color: rgb(112,57,86); }

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

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

 span { border-color: rgb(112,57,86); }

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