Html Css Color HEX #704132 Metallic Copper

📋 copy color: '#704132'

red 112 ◦ green 65 ◦ blue 50

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

Shades of Metallic Copper #704132

Tints of Metallic Copper #704132

RGB

 RED value IS 112 (44.14% from 255) = 49.34%

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 49.34%
G = 28.63%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704132 (or 0x704132) is known color: Metallic Copper. HEX triplet: 70, 41 and 32. RGB value is (112,65,50). Sum of RGB (Red+Green+Blue) = 112+65+50=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704132 is #8FBECD. Grayscale: #4D4D4D. Windows color (decimal): -9420494 or 3293552. OLE color: 3293552.

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

Color convert

RGB 112 65 50 -
CMYK 0 0.42 0.55 0.56
HSL 14.52º 0.38% 0.32% -
HSV(B) 14.52º 0.55% 0.44% -
XYZ 9.15 7.46 3.97 -
YUV 77.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 112 65 50 0 0.42 0.55 0.56 14.52 0.38 0.32
Hex 70 41 32 0 2A 37 38 F 26 20
Octal 160 101 62 0 52 67 70 17 46 40
Binary 1110000 1000001 110010 0 101010 110111 111000 1111 100110 100000

Color Harmonies of #704132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704132

Black with #704132

Text Example


Text Example

White with #704132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704132; }

 p { color: rgb(112,65,50); }

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

background-color css

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

 a { background-color: rgb(112,65,50); }

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

border-color css

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

 span { border-color: rgb(112,65,50); }

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