Html Css Color HEX #734032 Metallic Copper

📋 copy color: '#734032'

red 115 ◦ green 64 ◦ blue 50

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

Shades of Metallic Copper #734032

Tints of Metallic Copper #734032

RGB

 RED value IS 115 (45.31% from 255) = 50.22%

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

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

R = 50.22%
G = 27.95%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#734032 (or 0x734032) is known color: Metallic Copper. HEX triplet: 73, 40 and 32. RGB value is (115,64,50). Sum of RGB (Red+Green+Blue) = 115+64+50=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #734032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734032 is #8CBFCD. Grayscale: #4D4D4D. Windows color (decimal): -9224142 or 3293299. OLE color: 3293299.

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

Color convert

RGB 115 64 50 -
CMYK 0 0.44 0.57 0.55
HSL 12.92º 0.39% 0.32% -
HSV(B) 12.92º 0.57% 0.45% -
XYZ 9.48 7.54 3.97 -
YUV 77.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 115 64 50 0 0.44 0.57 0.55 12.92 0.39 0.32
Hex 73 40 32 0 2C 39 37 D 27 20
Octal 163 100 62 0 54 71 67 15 47 40
Binary 1110011 1000000 110010 0 101100 111001 110111 1101 100111 100000

Color Harmonies of #734032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734032

Black with #734032

Text Example


Text Example

White with #734032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734032; }

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

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

background-color css

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

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

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

border-color css

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

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

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