#795137

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

Shades of Old Copper #795137

Tints of Old Copper #795137

Color information

#795137 (or 0x795137) is unknown color: approx Old Copper. HEX triplet: 79, 51 and 37. RGB value is (121,81,55). Sum of RGB (Red+Green+Blue) = 121+81+55=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #795137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795137 is #86AEC8. Grayscale: #5A5A5A. Windows color (decimal): -8826569 or 3625337. OLE color: 3625337.

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

Color convert

RGB1218155-
CMYK00.330.550.53
HSL23.64º37.5%34.51%-
HSV(B)23.64º54.55%47.45%-
XYZ11.5210.234.98-
YUV90108.25150.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=47.08%
G=31.52%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121815500.330.550.5323.6437.534.51
Hex7951370213735182623
Octal171121670416765304643
Binary11110011010001110111010000111011111010111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795137; }

 p { color: rgb(121,81,55); }

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

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

 a { background-color: rgb(121,81,55); }

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

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

 span { border-color: rgb(121,81,55); }

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