Html Css Color HEX #714137 Metallic Copper

📋 copy color: '#714137'

red 113 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #714137

Tints of Metallic Copper #714137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 48.5%
G = 27.9%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#714137 (or 0x714137) is known color: Metallic Copper. HEX triplet: 71, 41 and 37. RGB value is (113,65,55). Sum of RGB (Red+Green+Blue) = 113+65+55=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714137 is #8EBEC8. Grayscale: #4E4E4E. Windows color (decimal): -9354953 or 3621233. OLE color: 3621233.

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

Color convert

RGB 113 65 55 -
CMYK 0 0.42 0.51 0.56
HSL 10.34º 0.35% 0.33% -
HSV(B) 10.34º 0.51% 0.44% -
XYZ 9.39 7.57 4.58 -
YUV 78.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 113 65 55 0 0.42 0.51 0.56 10.34 0.35 0.33
Hex 71 41 37 0 2A 33 38 A 23 21
Octal 161 101 67 0 52 63 70 12 43 41
Binary 1110001 1000001 110111 0 101010 110011 111000 1010 100011 100001

Color Harmonies of #714137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714137

Black with #714137

Text Example


Text Example

White with #714137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714137; }

 p { color: rgb(113,65,55); }

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

background-color css

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

 a { background-color: rgb(113,65,55); }

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

border-color css

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

 span { border-color: rgb(113,65,55); }

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