Html Css Color HEX #714034 Metallic Copper

📋 copy color: '#714034'

red 113 ◦ green 64 ◦ blue 52

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

Shades of Metallic Copper #714034

Tints of Metallic Copper #714034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 49.34%
G = 27.95%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714034 (or 0x714034) is known color: Metallic Copper. HEX triplet: 71, 40 and 34. RGB value is (113,64,52). Sum of RGB (Red+Green+Blue) = 113+64+52=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714034 is #8EBFCB. Grayscale: #4D4D4D. Windows color (decimal): -9355212 or 3424369. OLE color: 3424369.

HSL color Cylindrical-coordinate representation of color #714034: hue angle of 11.8º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714034 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 52 -
CMYK 0 0.43 0.54 0.56
HSL 11.8º 0.37% 0.32% -
HSV(B) 11.8º 0.54% 0.44% -
XYZ 9.26 7.43 4.19 -
YUV 77.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 113 64 52 0 0.43 0.54 0.56 11.8 0.37 0.32
Hex 71 40 34 0 2B 36 38 C 25 20
Octal 161 100 64 0 53 66 70 14 45 40
Binary 1110001 1000000 110100 0 101011 110110 111000 1100 100101 100000

Color Harmonies of #714034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714034

Black with #714034

Text Example


Text Example

White with #714034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714034; }

 p { color: rgb(113,64,52); }

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

background-color css

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

 a { background-color: rgb(113,64,52); }

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

border-color css

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

 span { border-color: rgb(113,64,52); }

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