Html Css Color HEX #704955 Finn

📋 copy color: '#704955'

red 112 ◦ green 73 ◦ blue 85

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

Shades of Finn #704955

Tints of Finn #704955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 41.48%
G = 27.04%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#704955 (or 0x704955) is known color: Finn. HEX triplet: 70, 49 and 55. RGB value is (112,73,85). Sum of RGB (Red+Green+Blue) = 112+73+85=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704955 is #8FB6AA. Grayscale: #565656. Windows color (decimal): -9418411 or 5589360. OLE color: 5589360.

HSL color Cylindrical-coordinate representation of color #704955: hue angle of 341.54º 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 #704955 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 85 -
CMYK 0 0.35 0.24 0.56
HSL 341.54º 0.21% 0.36% -
HSV(B) 341.54º 0.35% 0.44% -
XYZ 10.7 8.87 9.74 -
YUV 86.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 112 73 85 0 0.35 0.24 0.56 341.54 0.21 0.36
Hex 70 49 55 0 23 18 38 156 15 24
Octal 160 111 125 0 43 30 70 526 25 44
Binary 1110000 1001001 1010101 0 100011 11000 111000 101010110 10101 100100

Color Harmonies of #704955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704955

Black with #704955

Text Example


Text Example

White with #704955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704955; }

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

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

background-color css

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

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

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

border-color css

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

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

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