#775239

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

Shades of Old Copper #775239

Tints of Old Copper #775239

Color information

#775239 (or 0x775239) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 39. RGB value is (119,82,57). Sum of RGB (Red+Green+Blue) = 119+82+57=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775239 is #88ADC6. Grayscale: #5A5A5A. Windows color (decimal): -8957383 or 3756663. OLE color: 3756663.

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

Color convert

RGB1198257-
CMYK00.310.520.53
HSL24.19º35.23%34.51%-
HSV(B)24.19º52.1%46.67%-
XYZ11.3610.255.25-
YUV90.21109.26148.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=46.12%
G=31.78%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825700.310.520.5324.1935.2334.51
Hex77523901F3435182323
Octal167122710376465304343
Binary1110111101001011100101111111010011010111000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775239; }

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

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

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

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

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

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

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

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