#733F33

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

Shades of Metallic Copper #733F33

Tints of Metallic Copper #733F33

Color information

#733F33 (or 0x733F33) is unknown color: approx Metallic Copper. HEX triplet: 73, 3F and 33. RGB value is (115,63,51). Sum of RGB (Red+Green+Blue) = 115+63+51=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #733F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F33 is #8CC0CC. Grayscale: #4D4D4D. Windows color (decimal): -9224397 or 3358579. OLE color: 3358579.

HSL color Cylindrical-coordinate representation of color #733F33: hue angle of 11.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 #733F33 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1156351-
CMYK00.450.560.55
HSL11.25º38.55%32.55%-
HSV(B)11.25º55.65%45.1%-
XYZ9.457.444.07-
YUV77.18113.23154.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=50.22%
G=27.51%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115635100.450.560.5511.2538.5532.55
Hex733F3302D3837b2721
Octal16377630557067134741
Binary111001111111111001101011011110001101111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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