Html Css Color HEX #714956 Finn

📋 copy color: '#714956'

red 113 ◦ green 73 ◦ blue 86

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

Shades of Finn #714956

Tints of Finn #714956

RGB

 RED value IS 113 (44.53% from 255) = 41.54%

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

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

R = 41.54%
G = 26.84%
B = 31.62%

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

#714956 (or 0x714956) is known color: Finn. HEX triplet: 71, 49 and 56. RGB value is (113,73,86). Sum of RGB (Red+Green+Blue) = 113+73+86=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714956 is #8EB6A9. Grayscale: #565656. Windows color (decimal): -9352874 or 5654897. OLE color: 5654897.

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

Color convert

RGB 113 73 86 -
CMYK 0 0.35 0.24 0.56
HSL 340.5º 0.22% 0.36% -
HSV(B) 340.5º 0.35% 0.44% -
XYZ 10.87 8.95 9.96 -
YUV 86.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 113 73 86 0 0.35 0.24 0.56 340.5 0.22 0.36
Hex 71 49 56 0 23 18 38 154 16 24
Octal 161 111 126 0 43 30 70 524 26 44
Binary 1110001 1001001 1010110 0 100011 11000 111000 101010100 10110 100100

Color Harmonies of #714956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714956

Black with #714956

Text Example


Text Example

White with #714956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714956; }

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

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

background-color css

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

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

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

border-color css

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

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

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