#785239

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

Shades of Old Copper #785239

Tints of Old Copper #785239

Color information

#785239 (or 0x785239) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 39. RGB value is (120,82,57). Sum of RGB (Red+Green+Blue) = 120+82+57=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #785239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785239 is #87ADC6. Grayscale: #5A5A5A. Windows color (decimal): -8891847 or 3756664. OLE color: 3756664.

HSL color Cylindrical-coordinate representation of color #785239: hue angle of 23.81º degrees, saturation: 0.36, 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 #785239 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1208257-
CMYK00.320.520.53
HSL23.81º35.59%34.71%-
HSV(B)23.81º52.5%47.06%-
XYZ11.510.325.26-
YUV90.51109.09149.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=46.33%
G=31.66%
B=22.01%

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
Decimal120825700.320.520.5323.8135.5934.71
Hex7852390203435182423
Octal170122710406465304443
Binary11110001010010111001010000011010011010111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785239; }

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

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

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

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

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

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

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

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