Html Css Color HEX #714039 Metallic Copper

📋 copy color: '#714039'

red 113 ◦ green 64 ◦ blue 57

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

Shades of Metallic Copper #714039

Tints of Metallic Copper #714039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 48.29%
G = 27.35%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714039 (or 0x714039) is known color: Metallic Copper. HEX triplet: 71, 40 and 39. RGB value is (113,64,57). Sum of RGB (Red+Green+Blue) = 113+64+57=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714039 is #8EBFC6. Grayscale: #4D4D4D. Windows color (decimal): -9355207 or 3752049. OLE color: 3752049.

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

Color convert

RGB 113 64 57 -
CMYK 0 0.43 0.50 0.56
HSL 7.5º 0.33% 0.33% -
HSV(B) 7.5º 0.5% 0.44% -
XYZ 9.38 7.47 4.82 -
YUV 77.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 113 64 57 0 0.43 0.50 0.56 7.5 0.33 0.33
Hex 71 40 39 0 2B 32 38 8 21 21
Octal 161 100 71 0 53 62 70 10 41 41
Binary 1110001 1000000 111001 0 101011 110010 111000 1000 100001 100001

Color Harmonies of #714039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714039

Black with #714039

Text Example


Text Example

White with #714039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714039; }

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

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

background-color css

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

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

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

border-color css

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

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

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