#795544

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

Shades of Old Copper #795544

Tints of Old Copper #795544

Color information

#795544 (or 0x795544) is unknown color: approx Old Copper. HEX triplet: 79, 55 and 44. RGB value is (121,85,68). Sum of RGB (Red+Green+Blue) = 121+85+68=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #795544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795544 is #86AABB. Grayscale: #5D5D5D. Windows color (decimal): -8825532 or 4478329. OLE color: 4478329.

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

Color convert

RGB1218568-
CMYK00.300.440.53
HSL19.25º28.04%37.06%-
HSV(B)19.25º43.8%47.45%-
XYZ12.1810.986.95-
YUV93.83113.43147.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=44.16%
G=31.02%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121856800.300.440.5319.2528.0437.06
Hex79554401E2C35131c25
Octal1711251040365465233445
Binary1111001101010110001000111101011001101011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795544; }

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

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

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

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

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

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

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

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