#745033

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

Shades of Old Copper #745033

Tints of Old Copper #745033

Color information

#745033 (or 0x745033) is unknown color: approx Old Copper. HEX triplet: 74, 50 and 33. RGB value is (116,80,51). Sum of RGB (Red+Green+Blue) = 116+80+51=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745033 is #8BAFCC. Grayscale: #575757. Windows color (decimal): -9154509 or 3362932. OLE color: 3362932.

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

Color convert

RGB1168051-
CMYK00.310.560.55
HSL26.77º38.92%32.75%-
HSV(B)26.77º56.03%45.49%-
XYZ10.679.694.44-
YUV87.46107.43148.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=46.96%
G=32.39%
B=20.65%

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
Decimal116805100.310.560.5526.7738.9232.75
Hex74503301F38371b2721
Octal164120630377067334741
Binary1110100101000011001101111111100011011111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745033; }

 p { color: rgb(116,80,51); }

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

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

 a { background-color: rgb(116,80,51); }

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

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

 span { border-color: rgb(116,80,51); }

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