#734B3A

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

Shades of Old Copper #734B3A

Tints of Old Copper #734B3A

Color information

#734B3A (or 0x734B3A) is unknown color: approx Old Copper. HEX triplet: 73, 4B and 3A. RGB value is (115,75,58). Sum of RGB (Red+Green+Blue) = 115+75+58=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #734B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B3A is #8CB4C5. Grayscale: #555555. Windows color (decimal): -9221318 or 3820403. OLE color: 3820403.

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

Color convert

RGB1157558-
CMYK00.350.500.55
HSL17.89º32.95%33.92%-
HSV(B)17.89º49.57%45.1%-
XYZ10.358.985.19-
YUV85.02112.75149.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=46.37%
G=30.24%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115755800.350.500.5517.8932.9533.92
Hex734B3A0233237122122
Octal163113720436267224142
Binary11100111001011111010010001111001011011110010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,58); }

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

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

 a { background-color: rgb(115,75,58); }

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

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

 span { border-color: rgb(115,75,58); }

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