#905550

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

Shades of Copper Rust #905550

Tints of Copper Rust #905550

Color information

#905550 (or 0x905550) is unknown color: approx Copper Rust. HEX triplet: 90, 55 and 50. RGB value is (144,85,80). Sum of RGB (Red+Green+Blue) = 144+85+80=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #905550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905550 is #6FAAAF. Grayscale: #666666. Windows color (decimal): -7318192 or 5264784. OLE color: 5264784.

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

Color convert

RGB1448580-
CMYK00.410.440.44
HSL4.69º28.57%43.92%-
HSV(B)4.69º44.44%56.47%-
XYZ16.213.019.25-
YUV102.07115.55157.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=46.60%
G=27.51%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144858000.410.440.444.6928.5743.92
Hex9055500292C2C51d2c
Octal220125120051545453554
Binary1001000010101011010000010100110110010110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905550; }

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

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

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

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

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

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

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

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