#775139

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

Shades of Old Copper #775139

Tints of Old Copper #775139

Color information

#775139 (or 0x775139) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 39. RGB value is (119,81,57). Sum of RGB (Red+Green+Blue) = 119+81+57=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775139 is #88AEC6. Grayscale: #595959. Windows color (decimal): -8957639 or 3756407. OLE color: 3756407.

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

Color convert

RGB1198157-
CMYK00.320.520.53
HSL23.23º35.23%34.51%-
HSV(B)23.23º52.1%46.67%-
XYZ11.2910.15.23-
YUV89.63109.59148.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=46.30%
G=31.52%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119815700.320.520.5323.2335.2334.51
Hex7751390203435172323
Octal167121710406465274343
Binary11101111010001111001010000011010011010110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775139; }

 p { color: rgb(119,81,57); }

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

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

 a { background-color: rgb(119,81,57); }

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

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

 span { border-color: rgb(119,81,57); }

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