#775339

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

Shades of Old Copper #775339

Tints of Old Copper #775339

Color information

#775339 (or 0x775339) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 39. RGB value is (119,83,57). Sum of RGB (Red+Green+Blue) = 119+83+57=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775339 is #88ACC6. Grayscale: #5A5A5A. Windows color (decimal): -8957127 or 3756919. OLE color: 3756919.

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

Color convert

RGB1198357-
CMYK00.300.520.53
HSL25.16º35.23%34.51%-
HSV(B)25.16º52.1%46.67%-
XYZ11.4410.45.28-
YUV90.8108.93148.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=45.95%
G=32.05%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119835700.300.520.5325.1635.2334.51
Hex77533901E3435192323
Octal167123710366465314343
Binary1110111101001111100101111011010011010111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775339; }

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

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

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

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

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

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

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

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