#734B3C

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

Shades of Old Copper #734B3C

Tints of Old Copper #734B3C

Color information

#734B3C (or 0x734B3C) is unknown color: approx Old Copper. HEX triplet: 73, 4B and 3C. RGB value is (115,75,60). Sum of RGB (Red+Green+Blue) = 115+75+60=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #734B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B3C is #8CB4C3. Grayscale: #555555. Windows color (decimal): -9221316 or 3951475. OLE color: 3951475.

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

Color convert

RGB1157560-
CMYK00.350.480.55
HSL16.36º31.43%34.31%-
HSV(B)16.36º47.83%45.1%-
XYZ10.495.46-
YUV85.25113.75149.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 60 (23.83% from 255) = 24%
R=46%
G=30%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115756000.350.480.5516.3631.4334.31
Hex734B3C0233037101f22
Octal163113740436067203742
Binary1110011100101111110001000111100001101111000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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