Html Css Color HEX #704256 Finn

📋 copy color: '#704256'

red 112 ◦ green 66 ◦ blue 86

#704256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #704256

Tints of Finn #704256

RGB

 RED value IS 112 (44.14% from 255) = 42.42%

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 42.42%
G = 25%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704256 (or 0x704256) is known color: Finn. HEX triplet: 70, 42 and 56. RGB value is (112,66,86). Sum of RGB (Red+Green+Blue) = 112+66+86=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704256 is #8FBDA9. Grayscale: #525252. Windows color (decimal): -9420202 or 5653104. OLE color: 5653104.

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

Color convert

RGB 112 66 86 -
CMYK 0 0.41 0.23 0.56
HSL 333.91º 0.26% 0.35% -
HSV(B) 333.91º 0.41% 0.44% -
XYZ 10.31 8.01 9.81 -
YUV 82.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 112 66 86 0 0.41 0.23 0.56 333.91 0.26 0.35
Hex 70 42 56 0 29 17 38 14E 1A 23
Octal 160 102 126 0 51 27 70 516 32 43
Binary 1110000 1000010 1010110 0 101001 10111 111000 101001110 11010 100011

Color Harmonies of #704256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704256

Black with #704256

Text Example


Text Example

White with #704256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704256; }

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

 H1.HeaderClassName
 {
   color: #704256;
 }
 .AnyTagClassName
 {
   color: #704256;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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