#734D38

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

Shades of Old Copper #734D38

Tints of Old Copper #734D38

Color information

#734D38 (or 0x734D38) is unknown color: approx Old Copper. HEX triplet: 73, 4D and 38. RGB value is (115,77,56). Sum of RGB (Red+Green+Blue) = 115+77+56=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #734D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D38 is #8CB2C7. Grayscale: #565656. Windows color (decimal): -9220808 or 3689843. OLE color: 3689843.

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

Color convert

RGB1157756-
CMYK00.330.510.55
HSL21.36º34.5%33.53%-
HSV(B)21.36º51.3%45.1%-
XYZ10.449.244.97-
YUV85.97111.09148.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=46.37%
G=31.05%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115775600.330.510.5521.3634.533.53
Hex734D380213337152322
Octal163115700416367254342
Binary11100111001101111000010000111001111011110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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