#745139

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

Shades of Old Copper #745139

Tints of Old Copper #745139

Color information

#745139 (or 0x745139) is unknown color: approx Old Copper. HEX triplet: 74, 51 and 39. RGB value is (116,81,57). Sum of RGB (Red+Green+Blue) = 116+81+57=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745139 is #8BAEC6. Grayscale: #585858. Windows color (decimal): -9154247 or 3756404. OLE color: 3756404.

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

Color convert

RGB1168157-
CMYK00.300.510.55
HSL24.41º34.1%33.92%-
HSV(B)24.41º50.86%45.49%-
XYZ10.889.895.21-
YUV88.73110.1147.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=45.67%
G=31.89%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116815700.300.510.5524.4134.133.92
Hex74513901E3337182222
Octal164121710366367304242
Binary1110100101000111100101111011001111011111000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745139; }

 p { color: rgb(116,81,57); }

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

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

 a { background-color: rgb(116,81,57); }

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

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

 span { border-color: rgb(116,81,57); }

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