Html Css Color HEX #714337 Metallic Copper

📋 copy color: '#714337'

red 113 ◦ green 67 ◦ blue 55

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

Shades of Metallic Copper #714337

Tints of Metallic Copper #714337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

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

R = 48.09%
G = 28.51%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#714337 (or 0x714337) is known color: Metallic Copper. HEX triplet: 71, 43 and 37. RGB value is (113,67,55). Sum of RGB (Red+Green+Blue) = 113+67+55=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #714337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714337 is #8EBCC8. Grayscale: #4F4F4F. Windows color (decimal): -9354441 or 3621745. OLE color: 3621745.

HSL color Cylindrical-coordinate representation of color #714337: hue angle of 12.41º 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 #714337 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 55 -
CMYK 0 0.41 0.51 0.56
HSL 12.41º 0.35% 0.33% -
HSV(B) 12.41º 0.51% 0.44% -
XYZ 9.51 7.8 4.62 -
YUV 79.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 113 67 55 0 0.41 0.51 0.56 12.41 0.35 0.33
Hex 71 43 37 0 29 33 38 C 23 21
Octal 161 103 67 0 51 63 70 14 43 41
Binary 1110001 1000011 110111 0 101001 110011 111000 1100 100011 100001

Color Harmonies of #714337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714337

Black with #714337

Text Example


Text Example

White with #714337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714337; }

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

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

background-color css

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

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

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

border-color css

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

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

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