#734B39

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

Shades of Old Copper #734B39

Tints of Old Copper #734B39

Color information

#734B39 (or 0x734B39) is unknown color: approx Old Copper. HEX triplet: 73, 4B and 39. RGB value is (115,75,57). Sum of RGB (Red+Green+Blue) = 115+75+57=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #734B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B39 is #8CB4C6. Grayscale: #555555. Windows color (decimal): -9221319 or 3754867. OLE color: 3754867.

HSL color Cylindrical-coordinate representation of color #734B39: hue angle of 18.62º degrees, saturation: 0.34, 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 #734B39 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1157557-
CMYK00.350.500.55
HSL18.62º33.72%33.73%-
HSV(B)18.62º50.43%45.1%-
XYZ10.328.975.06-
YUV84.91112.25149.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=46.56%
G=30.36%
B=23.08%

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
Decimal115755700.350.500.5518.6233.7233.73
Hex734B390233237132222
Octal163113710436267234242
Binary11100111001011111001010001111001011011110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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