#795444

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

Shades of Old Copper #795444

Tints of Old Copper #795444

Color information

#795444 (or 0x795444) is unknown color: approx Old Copper. HEX triplet: 79, 54 and 44. RGB value is (121,84,68). Sum of RGB (Red+Green+Blue) = 121+84+68=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795444 is #86ABBB. Grayscale: #5D5D5D. Windows color (decimal): -8825788 or 4478073. OLE color: 4478073.

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

Color convert

RGB1218468-
CMYK00.310.440.53
HSL18.11º28.04%37.06%-
HSV(B)18.11º43.8%47.45%-
XYZ12.110.826.92-
YUV93.24113.76147.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=44.32%
G=30.77%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121846800.310.440.5318.1128.0437.06
Hex79544401F2C35121c25
Octal1711241040375465223445
Binary1111001101010010001000111111011001101011001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795444; }

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

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

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

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

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

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

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

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