#734B3B

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

Shades of Old Copper #734B3B

Tints of Old Copper #734B3B

Color information

#734B3B (or 0x734B3B) is unknown color: approx Old Copper. HEX triplet: 73, 4B and 3B. RGB value is (115,75,59). Sum of RGB (Red+Green+Blue) = 115+75+59=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B3B is #8CB4C4. Grayscale: #555555. Windows color (decimal): -9221317 or 3885939. OLE color: 3885939.

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

Color convert

RGB1157559-
CMYK00.350.490.55
HSL17.14º32.18%34.12%-
HSV(B)17.14º48.7%45.1%-
XYZ10.388.995.33-
YUV85.14113.25149.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=46.18%
G=30.12%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115755900.350.490.5517.1432.1834.12
Hex734B3B0233137112022
Octal163113730436167214042
Binary11100111001011111011010001111000111011110001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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