#905050

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

Shades of Copper Rust #905050

Tints of Copper Rust #905050

Color information

#905050 (or 0x905050) is unknown color: approx Copper Rust. HEX triplet: 90, 50 and 50. RGB value is (144,80,80). Sum of RGB (Red+Green+Blue) = 144+80+80=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #905050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905050 is #6FAFAF. Grayscale: #636363. Windows color (decimal): -7319472 or 5263504. OLE color: 5263504.

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

Color convert

RGB1448080-
CMYK00.440.440.44
HSL28.57%43.92%-
HSV(B)44.44%56.47%-
XYZ15.8212.259.12-
YUV99.14117.2160-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=47.37%
G=26.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144808000.440.440.44028.5743.92
Hex90505002C2C2C01d2c
Octal220120120054545403554
Binary10010000101000010100000101100101100101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905050; }

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

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

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

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

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

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

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

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