#78513F

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

Shades of Old Copper #78513F

Tints of Old Copper #78513F

Color information

#78513F (or 0x78513F) is unknown color: approx Old Copper. HEX triplet: 78, 51 and 3F. RGB value is (120,81,63). Sum of RGB (Red+Green+Blue) = 120+81+63=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78513F is #87AEC0. Grayscale: #5A5A5A. Windows color (decimal): -8892097 or 4149624. OLE color: 4149624.

HSL color Cylindrical-coordinate representation of color #78513F: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78513F is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1208163-
CMYK00.320.480.53
HSL18.95º31.15%35.88%-
HSV(B)18.95º47.5%47.06%-
XYZ11.5910.246.07-
YUV90.61112.42148.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 63 (25% from 255) = 23.86%
R=45.45%
G=30.68%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120816300.320.480.5318.9531.1535.88
Hex78513F0203035131f24
Octal170121770406065233744
Binary1111000101000111111101000001100001101011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78513F; }

 p { color: rgb(120,81,63); }

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

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

 a { background-color: rgb(120,81,63); }

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

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

 span { border-color: rgb(120,81,63); }

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