Html Css Color HEX #714138 Metallic Copper

📋 copy color: '#714138'

red 113 ◦ green 65 ◦ blue 56

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

Shades of Metallic Copper #714138

Tints of Metallic Copper #714138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 48.29%
G = 27.78%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714138 (or 0x714138) is known color: Metallic Copper. HEX triplet: 71, 41 and 38. RGB value is (113,65,56). Sum of RGB (Red+Green+Blue) = 113+65+56=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714138 is #8EBEC7. Grayscale: #4E4E4E. Windows color (decimal): -9354952 or 3686769. OLE color: 3686769.

HSL color Cylindrical-coordinate representation of color #714138: hue angle of 9.47º degrees, saturation: 0.34, 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 #714138 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 56 -
CMYK 0 0.42 0.50 0.56
HSL 9.47º 0.34% 0.33% -
HSV(B) 9.47º 0.5% 0.44% -
XYZ 9.41 7.58 4.71 -
YUV 78.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 113 65 56 0 0.42 0.50 0.56 9.47 0.34 0.33
Hex 71 41 38 0 2A 32 38 9 22 21
Octal 161 101 70 0 52 62 70 11 42 41
Binary 1110001 1000001 111000 0 101010 110010 111000 1001 100010 100001

Color Harmonies of #714138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714138

Black with #714138

Text Example


Text Example

White with #714138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714138; }

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

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

background-color css

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

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

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

border-color css

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

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

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