Html Css Color HEX #704956 Finn

📋 copy color: '#704956'

red 112 ◦ green 73 ◦ blue 86

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

Shades of Finn #704956

Tints of Finn #704956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 41.33%
G = 26.94%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704956 (or 0x704956) is known color: Finn. HEX triplet: 70, 49 and 56. RGB value is (112,73,86). Sum of RGB (Red+Green+Blue) = 112+73+86=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704956 is #8FB6A9. Grayscale: #565656. Windows color (decimal): -9418410 or 5654896. OLE color: 5654896.

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

Color convert

RGB 112 73 86 -
CMYK 0 0.35 0.23 0.56
HSL 340º 0.21% 0.36% -
HSV(B) 340º 0.35% 0.44% -
XYZ 10.74 8.88 9.95 -
YUV 86.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 112 73 86 0 0.35 0.23 0.56 340 0.21 0.36
Hex 70 49 56 0 23 17 38 154 15 24
Octal 160 111 126 0 43 27 70 524 25 44
Binary 1110000 1001001 1010110 0 100011 10111 111000 101010100 10101 100100

Color Harmonies of #704956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704956

Black with #704956

Text Example


Text Example

White with #704956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704956; }

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

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

background-color css

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

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

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

border-color css

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

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

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