Html Css Color HEX #714A52 Finn

📋 copy color: '#714A52'

red 113 ◦ green 74 ◦ blue 82

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

Shades of Finn #714A52

Tints of Finn #714A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 42.01%
G = 27.51%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#714A52 (or 0x714A52) is known color: Finn. HEX triplet: 71, 4A and 52. RGB value is (113,74,82). Sum of RGB (Red+Green+Blue) = 113+74+82=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A52 is #8EB5AD. Grayscale: #565656. Windows color (decimal): -9352622 or 5393009. OLE color: 5393009.

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

Color convert

RGB 113 74 82 -
CMYK 0 0.35 0.27 0.56
HSL 347.69º 0.21% 0.37% -
HSV(B) 347.69º 0.35% 0.44% -
XYZ 10.78 9.02 9.15 -
YUV 86.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 113 74 82 0 0.35 0.27 0.56 347.69 0.21 0.37
Hex 71 4A 52 0 23 1B 38 15C 15 25
Octal 161 112 122 0 43 33 70 534 25 45
Binary 1110001 1001010 1010010 0 100011 11011 111000 101011100 10101 100101

Color Harmonies of #714A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A52

Black with #714A52

Text Example


Text Example

White with #714A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A52; }

 p { color: rgb(113,74,82); }

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

background-color css

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

 a { background-color: rgb(113,74,82); }

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

border-color css

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

 span { border-color: rgb(113,74,82); }

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