#79513B

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

Shades of Old Copper #79513B

Tints of Old Copper #79513B

Color information

#79513B (or 0x79513B) is unknown color: approx Old Copper. HEX triplet: 79, 51 and 3B. RGB value is (121,81,59). Sum of RGB (Red+Green+Blue) = 121+81+59=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79513B is #86AEC4. Grayscale: #5A5A5A. Windows color (decimal): -8826565 or 3887481. OLE color: 3887481.

HSL color Cylindrical-coordinate representation of color #79513B: hue angle of 21.29º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79513B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1218159-
CMYK00.330.510.53
HSL21.29º34.44%35.29%-
HSV(B)21.29º51.24%47.45%-
XYZ11.6210.275.51-
YUV90.45110.25149.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=46.36%
G=31.03%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121815900.330.510.5321.2934.4435.29
Hex79513B0213335152223
Octal171121730416365254243
Binary11110011010001111011010000111001111010110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79513B; }

 p { color: rgb(121,81,59); }

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

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

 a { background-color: rgb(121,81,59); }

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

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

 span { border-color: rgb(121,81,59); }

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