#734C3D

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

Shades of Old Copper #734C3D

Tints of Old Copper #734C3D

Color information

#734C3D (or 0x734C3D) is unknown color: approx Old Copper. HEX triplet: 73, 4C and 3D. RGB value is (115,76,61). Sum of RGB (Red+Green+Blue) = 115+76+61=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C3D is #8CB3C2. Grayscale: #565656. Windows color (decimal): -9221059 or 4017267. OLE color: 4017267.

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

Color convert

RGB1157661-
CMYK00.340.470.55
HSL16.67º30.68%34.51%-
HSV(B)16.67º46.96%45.1%-
XYZ10.59.155.63-
YUV85.95113.92148.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=45.63%
G=30.16%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115766100.340.470.5516.6730.6834.51
Hex734C3D0222F37111f23
Octal163114750425767213743
Binary1110011100110011110101000101011111101111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,76,61); }

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

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

 a { background-color: rgb(115,76,61); }

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

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

 span { border-color: rgb(115,76,61); }

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