#734A38

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

Shades of Old Copper #734A38

Tints of Old Copper #734A38

Color information

#734A38 (or 0x734A38) is unknown color: approx Old Copper. HEX triplet: 73, 4A and 38. RGB value is (115,74,56). Sum of RGB (Red+Green+Blue) = 115+74+56=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A38 is #8CB5C7. Grayscale: #545454. Windows color (decimal): -9221576 or 3689075. OLE color: 3689075.

HSL color Cylindrical-coordinate representation of color #734A38: hue angle of 18.31º 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 #734A38 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1157456-
CMYK00.360.510.55
HSL18.31º34.5%33.53%-
HSV(B)18.31º51.3%45.1%-
XYZ10.238.834.91-
YUV84.21112.08149.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=46.94%
G=30.20%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115745600.360.510.5518.3134.533.53
Hex734A380243337122322
Octal163112700446367224342
Binary11100111001010111000010010011001111011110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A38; }

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

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

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

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

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

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

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

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