#795338

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

Shades of Old Copper #795338

Tints of Old Copper #795338

Color information

#795338 (or 0x795338) is unknown color: approx Old Copper. HEX triplet: 79, 53 and 38. RGB value is (121,83,56). Sum of RGB (Red+Green+Blue) = 121+83+56=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #795338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795338 is #86ACC7. Grayscale: #5B5B5B. Windows color (decimal): -8826056 or 3691385. OLE color: 3691385.

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

Color convert

RGB1218356-
CMYK00.310.540.53
HSL24.92º36.72%34.71%-
HSV(B)24.92º53.72%47.45%-
XYZ11.6910.545.16-
YUV91.28108.09149.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=46.54%
G=31.92%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121835600.310.540.5324.9236.7234.71
Hex79533801F3635192523
Octal171123700376665314543
Binary1111001101001111100001111111011011010111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795338; }

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

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

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

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

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

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

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

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