#795748

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

Shades of Old Copper #795748

Tints of Old Copper #795748

Color information

#795748 (or 0x795748) is unknown color: approx Old Copper. HEX triplet: 79, 57 and 48. RGB value is (121,87,72). Sum of RGB (Red+Green+Blue) = 121+87+72=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #795748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795748 is #86A8B7. Grayscale: #5F5F5F. Windows color (decimal): -8825016 or 4740985. OLE color: 4740985.

HSL color Cylindrical-coordinate representation of color #795748: hue angle of 18.37º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795748 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1218772-
CMYK00.280.400.53
HSL18.37º25.39%37.84%-
HSV(B)18.37º40.5%47.45%-
XYZ12.4611.357.66-
YUV95.46114.76146.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=43.21%
G=31.07%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121877200.280.400.5318.3725.3937.84
Hex79574801C2835121926
Octal1711271100345065223146
Binary1111001101011110010000111001010001101011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795748; }

 p { color: rgb(121,87,72); }

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

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

 a { background-color: rgb(121,87,72); }

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

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

 span { border-color: rgb(121,87,72); }

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