#78523A

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

Shades of Old Copper #78523A

Tints of Old Copper #78523A

Color information

#78523A (or 0x78523A) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 3A. RGB value is (120,82,58). Sum of RGB (Red+Green+Blue) = 120+82+58=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78523A is #87ADC5. Grayscale: #5A5A5A. Windows color (decimal): -8891846 or 3822200. OLE color: 3822200.

HSL color Cylindrical-coordinate representation of color #78523A: hue angle of 23.23º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78523A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1208258-
CMYK00.320.520.53
HSL23.23º34.83%34.9%-
HSV(B)23.23º51.67%47.06%-
XYZ11.5310.335.39-
YUV90.63109.59148.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=46.15%
G=31.54%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120825800.320.520.5323.2334.8334.9
Hex78523A0203435172323
Octal170122720406465274343
Binary11110001010010111010010000011010011010110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78523A; }

 p { color: rgb(120,82,58); }

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

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

 a { background-color: rgb(120,82,58); }

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

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

 span { border-color: rgb(120,82,58); }

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