#765235

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

Shades of Old Copper #765235

Tints of Old Copper #765235

Color information

#765235 (or 0x765235) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 35. RGB value is (118,82,53). Sum of RGB (Red+Green+Blue) = 118+82+53=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765235 is #89ADCA. Grayscale: #595959. Windows color (decimal): -9022923 or 3494518. OLE color: 3494518.

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

Color convert

RGB1188253-
CMYK00.310.550.54
HSL26.77º38.01%33.53%-
HSV(B)26.77º55.08%46.27%-
XYZ11.1310.144.74-
YUV89.46107.43148.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=46.64%
G=32.41%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118825300.310.550.5426.7738.0133.53
Hex76523501F37361b2622
Octal166122650376766334642
Binary1110110101001011010101111111011111011011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765235; }

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

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

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

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

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

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

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

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