#734938

Color #734938 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #734938

Tints of Old Copper #734938

Color information

#734938 (or 0x734938) is unknown color: approx Old Copper. HEX triplet: 73, 49 and 38. RGB value is (115,73,56). Sum of RGB (Red+Green+Blue) = 115+73+56=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #734938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734938 is #8CB6C7. Grayscale: #535353. Windows color (decimal): -9221832 or 3688819. OLE color: 3688819.

HSL color Cylindrical-coordinate representation of color #734938: hue angle of 17.29º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734938 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1157356-
CMYK00.370.510.55
HSL17.29º34.5%33.53%-
HSV(B)17.29º51.3%45.1%-
XYZ10.178.74.88-
YUV83.62112.41150.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=47.13%
G=29.92%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115735600.370.510.5517.2934.533.53
Hex7349380253337112322
Octal163111700456367214342
Binary11100111001001111000010010111001111011110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734938; }

 p { color: rgb(115,73,56); }

 H1.HeaderClassName
 {
   color: #734938;
 }
 .AnyTagClassName
 {
   color: #734938;
 }
</style>
background-color css

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

 a { background-color: rgb(115,73,56); }

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

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

 span { border-color: rgb(115,73,56); }

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