#795642

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

Shades of Old Copper #795642

Tints of Old Copper #795642

Color information

#795642 (or 0x795642) is unknown color: approx Old Copper. HEX triplet: 79, 56 and 42. RGB value is (121,86,66). Sum of RGB (Red+Green+Blue) = 121+86+66=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795642 is #86A9BD. Grayscale: #5E5E5E. Windows color (decimal): -8825278 or 4347513. OLE color: 4347513.

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

Color convert

RGB1218666-
CMYK00.290.450.53
HSL21.82º29.41%36.67%-
HSV(B)21.82º45.45%47.45%-
XYZ12.211.116.66-
YUV94.18112.1147.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=44.32%
G=31.50%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121866600.290.450.5321.8229.4136.67
Hex79564201D2D35161d25
Octal1711261020355565263545
Binary1111001101011010000100111011011011101011011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795642; }

 p { color: rgb(121,86,66); }

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

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

 a { background-color: rgb(121,86,66); }

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

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

 span { border-color: rgb(121,86,66); }

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