#905551

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

Shades of Copper Rust #905551

Tints of Copper Rust #905551

Color information

#905551 (or 0x905551) is unknown color: approx Copper Rust. HEX triplet: 90, 55 and 51. RGB value is (144,85,81). Sum of RGB (Red+Green+Blue) = 144+85+81=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #905551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905551 is #6FAAAE. Grayscale: #666666. Windows color (decimal): -7318191 or 5330320. OLE color: 5330320.

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

Color convert

RGB1448581-
CMYK00.410.440.44
HSL3.81º28%44.12%-
HSV(B)3.81º43.75%56.47%-
XYZ16.2413.029.44-
YUV102.18116.05157.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.45%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=46.45%
G=27.42%
B=26.13%

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
Decimal144858100.410.440.443.812844.12
Hex9055510292C2C41c2c
Octal220125121051545443454
Binary1001000010101011010001010100110110010110010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905551; }

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

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

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

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

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

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

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

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