#795545

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

Shades of Old Copper #795545

Tints of Old Copper #795545

Color information

#795545 (or 0x795545) is unknown color: approx Old Copper. HEX triplet: 79, 55 and 45. RGB value is (121,85,69). Sum of RGB (Red+Green+Blue) = 121+85+69=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795545 is #86AABA. Grayscale: #5E5E5E. Windows color (decimal): -8825531 or 4543865. OLE color: 4543865.

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

Color convert

RGB1218569-
CMYK00.300.430.53
HSL18.46º27.37%37.25%-
HSV(B)18.46º42.98%47.45%-
XYZ12.2110.997.11-
YUV93.94113.93147.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=44%
G=30.91%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121856900.300.430.5318.4627.3737.25
Hex79554501E2B35121b25
Octal1711251050365365223345
Binary1111001101010110001010111101010111101011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795545; }

 p { color: rgb(121,85,69); }

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

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

 a { background-color: rgb(121,85,69); }

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

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

 span { border-color: rgb(121,85,69); }

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