#795343

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

Shades of Old Copper #795343

Tints of Old Copper #795343

Color information

#795343 (or 0x795343) is unknown color: approx Old Copper. HEX triplet: 79, 53 and 43. RGB value is (121,83,67). Sum of RGB (Red+Green+Blue) = 121+83+67=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795343 is #86ACBC. Grayscale: #5C5C5C. Windows color (decimal): -8826045 or 4412281. OLE color: 4412281.

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

Color convert

RGB1218367-
CMYK00.310.450.53
HSL17.78º28.72%36.86%-
HSV(B)17.78º44.63%47.45%-
XYZ11.9910.666.74-
YUV92.54113.59148.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=44.65%
G=30.63%
B=24.72%

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
Decimal121836700.310.450.5317.7828.7236.86
Hex79534301F2D35121d25
Octal1711231030375565223545
Binary1111001101001110000110111111011011101011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795343; }

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

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

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

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

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

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

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

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