#734F33

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

Shades of Old Copper #734F33

Tints of Old Copper #734F33

Color information

#734F33 (or 0x734F33) is unknown color: approx Old Copper. HEX triplet: 73, 4F and 33. RGB value is (115,79,51). Sum of RGB (Red+Green+Blue) = 115+79+51=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F33 is #8CB0CC. Grayscale: #565656. Windows color (decimal): -9220301 or 3362675. OLE color: 3362675.

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

Color convert

RGB1157951-
CMYK00.310.560.55
HSL26.25º38.55%32.55%-
HSV(B)26.25º55.65%45.1%-
XYZ10.469.484.41-
YUV86.57107.93148.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=46.94%
G=32.24%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115795100.310.560.5526.2538.5532.55
Hex734F3301F38371a2721
Octal163117630377067324741
Binary1110011100111111001101111111100011011111010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,51); }

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

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

 a { background-color: rgb(115,79,51); }

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

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

 span { border-color: rgb(115,79,51); }

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