#795443

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

Shades of Old Copper #795443

Tints of Old Copper #795443

Color information

#795443 (or 0x795443) is unknown color: approx Old Copper. HEX triplet: 79, 54 and 43. RGB value is (121,84,67). Sum of RGB (Red+Green+Blue) = 121+84+67=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795443 is #86ABBC. Grayscale: #5D5D5D. Windows color (decimal): -8825789 or 4412537. OLE color: 4412537.

HSL color Cylindrical-coordinate representation of color #795443: hue angle of 18.89º 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 #795443 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1218467-
CMYK00.310.450.53
HSL18.89º28.72%36.86%-
HSV(B)18.89º44.63%47.45%-
XYZ12.0710.816.76-
YUV93.12113.26147.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 67 (26.56% from 255) = 24.63%
R=44.49%
G=30.88%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121846700.310.450.5318.8928.7236.86
Hex79544301F2D35131d25
Octal1711241030375565233545
Binary1111001101010010000110111111011011101011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795443; }

 p { color: rgb(121,84,67); }

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

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

 a { background-color: rgb(121,84,67); }

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

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

 span { border-color: rgb(121,84,67); }

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