#905950

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

Shades of Copper Rust #905950

Tints of Copper Rust #905950

Color information

#905950 (or 0x905950) is unknown color: approx Copper Rust. HEX triplet: 90, 59 and 50. RGB value is (144,89,80). Sum of RGB (Red+Green+Blue) = 144+89+80=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #905950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905950 is #6FA6AF. Grayscale: #686868. Windows color (decimal): -7317168 or 5265808. OLE color: 5265808.

HSL color Cylindrical-coordinate representation of color #905950: hue angle of 8.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905950 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1448980-
CMYK00.380.440.44
HSL8.44º28.57%43.92%-
HSV(B)8.44º44.44%56.47%-
XYZ16.5213.659.35-
YUV104.42114.22156.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=46.01%
G=28.43%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144898000.380.440.448.4428.5743.92
Hex9059500262C2C81d2c
Octal2201311200465454103554
Binary10010000101100110100000100110101100101100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905950; }

 p { color: rgb(144,89,80); }

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

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

 a { background-color: rgb(144,89,80); }

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

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

 span { border-color: rgb(144,89,80); }

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