Html Css Color HEX #724032 Metallic Copper

📋 copy color: '#724032'

red 114 ◦ green 64 ◦ blue 50

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

Shades of Metallic Copper #724032

Tints of Metallic Copper #724032

RGB

 RED value IS 114 (44.92% from 255) = 50%

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 50%
G = 28.07%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#724032 (or 0x724032) is known color: Metallic Copper. HEX triplet: 72, 40 and 32. RGB value is (114,64,50). Sum of RGB (Red+Green+Blue) = 114+64+50=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #724032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724032 is #8DBFCD. Grayscale: #4D4D4D. Windows color (decimal): -9289678 or 3293298. OLE color: 3293298.

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

Color convert

RGB 114 64 50 -
CMYK 0 0.44 0.56 0.55
HSL 13.13º 0.39% 0.32% -
HSV(B) 13.13º 0.56% 0.45% -
XYZ 9.35 7.47 3.97 -
YUV 77.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 114 64 50 0 0.44 0.56 0.55 13.13 0.39 0.32
Hex 72 40 32 0 2C 38 37 D 27 20
Octal 162 100 62 0 54 70 67 15 47 40
Binary 1110010 1000000 110010 0 101100 111000 110111 1101 100111 100000

Color Harmonies of #724032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724032

Black with #724032

Text Example


Text Example

White with #724032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724032; }

 p { color: rgb(114,64,50); }

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

background-color css

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

 a { background-color: rgb(114,64,50); }

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

border-color css

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

 span { border-color: rgb(114,64,50); }

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