Html Css Color HEX #714234 Metallic Copper

📋 copy color: '#714234'

red 113 ◦ green 66 ◦ blue 52

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

Shades of Metallic Copper #714234

Tints of Metallic Copper #714234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 48.92%
G = 28.57%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714234 (or 0x714234) is known color: Metallic Copper. HEX triplet: 71, 42 and 34. RGB value is (113,66,52). Sum of RGB (Red+Green+Blue) = 113+66+52=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714234 is #8EBDCB. Grayscale: #4E4E4E. Windows color (decimal): -9354700 or 3424881. OLE color: 3424881.

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

Color convert

RGB 113 66 52 -
CMYK 0 0.42 0.54 0.56
HSL 13.77º 0.37% 0.32% -
HSV(B) 13.77º 0.54% 0.44% -
XYZ 9.38 7.66 4.23 -
YUV 78.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 113 66 52 0 0.42 0.54 0.56 13.77 0.37 0.32
Hex 71 42 34 0 2A 36 38 E 25 20
Octal 161 102 64 0 52 66 70 16 45 40
Binary 1110001 1000010 110100 0 101010 110110 111000 1110 100101 100000

Color Harmonies of #714234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714234

Black with #714234

Text Example


Text Example

White with #714234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714234; }

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

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

background-color css

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

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

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

border-color css

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

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

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