#795239

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

Shades of Old Copper #795239

Tints of Old Copper #795239

Color information

#795239 (or 0x795239) is unknown color: approx Old Copper. HEX triplet: 79, 52 and 39. RGB value is (121,82,57). Sum of RGB (Red+Green+Blue) = 121+82+57=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #795239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795239 is #86ADC6. Grayscale: #5A5A5A. Windows color (decimal): -8826311 or 3756665. OLE color: 3756665.

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

Color convert

RGB1218257-
CMYK00.320.530.53
HSL23.44º35.96%34.9%-
HSV(B)23.44º52.89%47.45%-
XYZ11.6410.395.26-
YUV90.81108.92149.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=46.54%
G=31.54%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121825700.320.530.5323.4435.9634.9
Hex7952390203535172423
Octal171122710406565274443
Binary11110011010010111001010000011010111010110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795239; }

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

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

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

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

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

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

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

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