#765238

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

Shades of Old Copper #765238

Tints of Old Copper #765238

Color information

#765238 (or 0x765238) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 38. RGB value is (118,82,56). Sum of RGB (Red+Green+Blue) = 118+82+56=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765238 is #89ADC7. Grayscale: #595959. Windows color (decimal): -9022920 or 3691126. OLE color: 3691126.

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

Color convert

RGB1188256-
CMYK00.310.530.54
HSL25.16º35.63%34.12%-
HSV(B)25.16º52.54%46.27%-
XYZ11.210.175.11-
YUV89.8108.93148.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=46.09%
G=32.03%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118825600.310.530.5425.1635.6334.12
Hex76523801F3536192422
Octal166122700376566314442
Binary1110110101001011100001111111010111011011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765238; }

 p { color: rgb(118,82,56); }

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

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

 a { background-color: rgb(118,82,56); }

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

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

 span { border-color: rgb(118,82,56); }

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