#795442

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

Shades of Old Copper #795442

Tints of Old Copper #795442

Color information

#795442 (or 0x795442) is unknown color: approx Old Copper. HEX triplet: 79, 54 and 42. RGB value is (121,84,66). Sum of RGB (Red+Green+Blue) = 121+84+66=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795442 is #86ABBD. Grayscale: #5D5D5D. Windows color (decimal): -8825790 or 4347001. OLE color: 4347001.

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

Color convert

RGB1218466-
CMYK00.310.450.53
HSL19.64º29.41%36.67%-
HSV(B)19.64º45.45%47.45%-
XYZ12.0410.86.6-
YUV93.01112.76147.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=44.65%
G=31.00%
B=24.35%

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
Decimal121846600.310.450.5319.6429.4136.67
Hex79544201F2D35141d25
Octal1711241020375565243545
Binary1111001101010010000100111111011011101011010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795442; }

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

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

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

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

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

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

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

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