Html Css Color HEX #734033 Metallic Copper

📋 copy color: '#734033'

red 115 ◦ green 64 ◦ blue 51

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

Shades of Metallic Copper #734033

Tints of Metallic Copper #734033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 50%
G = 27.83%
B = 22.17%

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

#734033 (or 0x734033) is known color: Metallic Copper. HEX triplet: 73, 40 and 33. RGB value is (115,64,51). Sum of RGB (Red+Green+Blue) = 115+64+51=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #734033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734033 is #8CBFCC. Grayscale: #4D4D4D. Windows color (decimal): -9224141 or 3358835. OLE color: 3358835.

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

Color convert

RGB 115 64 51 -
CMYK 0 0.44 0.56 0.55
HSL 12.19º 0.39% 0.33% -
HSV(B) 12.19º 0.56% 0.45% -
XYZ 9.5 7.55 4.09 -
YUV 77.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 115 64 51 0 0.44 0.56 0.55 12.19 0.39 0.33
Hex 73 40 33 0 2C 38 37 C 27 21
Octal 163 100 63 0 54 70 67 14 47 41
Binary 1110011 1000000 110011 0 101100 111000 110111 1100 100111 100001

Color Harmonies of #734033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734033

Black with #734033

Text Example


Text Example

White with #734033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734033; }

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

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

background-color css

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

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

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

border-color css

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

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

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