#965449

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

Shades of Copper Rust #965449

Tints of Copper Rust #965449

Color information

#965449 (or 0x965449) is unknown color: approx Copper Rust. HEX triplet: 96, 54 and 49. RGB value is (150,84,73). Sum of RGB (Red+Green+Blue) = 150+84+73=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965449 is #69ABB6. Grayscale: #666666. Windows color (decimal): -6925239 or 4805782. OLE color: 4805782.

HSL color Cylindrical-coordinate representation of color #965449: hue angle of 8.57º 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 #965449 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1508473-
CMYK00.440.510.41
HSL8.57º34.53%43.73%-
HSV(B)8.57º51.33%58.82%-
XYZ16.9513.317.98-
YUV102.48111.37161.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=48.86%
G=27.36%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150847300.440.510.418.5734.5343.73
Hex96544902C33299232c
Octal2261241110546351114354
Binary100101101010100100100101011001100111010011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965449; }

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

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

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

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

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

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

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

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