#965249

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

Shades of Copper Rust #965249

Tints of Copper Rust #965249

Color information

#965249 (or 0x965249) is unknown color: approx Copper Rust. HEX triplet: 96, 52 and 49. RGB value is (150,82,73). Sum of RGB (Red+Green+Blue) = 150+82+73=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965249 is #69ADB6. Grayscale: #656565. Windows color (decimal): -6925751 or 4805270. OLE color: 4805270.

HSL color Cylindrical-coordinate representation of color #965249: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965249 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1508273-
CMYK00.450.510.41
HSL7.01º34.53%43.73%-
HSV(B)7.01º51.33%58.82%-
XYZ16.8137.93-
YUV101.31112.03162.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=49.18%
G=26.89%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150827300.450.510.417.0134.5343.73
Hex96524902D33297232c
Octal226122111055635174354
Binary10010110101001010010010101101110011101001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965249; }

 p { color: rgb(150,82,73); }

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

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

 a { background-color: rgb(150,82,73); }

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

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

 span { border-color: rgb(150,82,73); }

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