#905A54

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

Shades of Copper Rust #905A54

Tints of Copper Rust #905A54

Color information

#905A54 (or 0x905A54) is unknown color: approx Copper Rust. HEX triplet: 90, 5A and 54. RGB value is (144,90,84). Sum of RGB (Red+Green+Blue) = 144+90+84=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #905A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A54 is #6FA5AB. Grayscale: #696969. Windows color (decimal): -7316908 or 5528208. OLE color: 5528208.

HSL color Cylindrical-coordinate representation of color #905A54: hue angle of 6º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905A54 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1449084-
CMYK00.370.420.44
HSL26.32%44.71%-
HSV(B)41.67%56.47%-
XYZ16.7613.8810.18-
YUV105.46115.89155.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=45.28%
G=28.30%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144908400.370.420.44626.3244.71
Hex905A540252A2C61a2d
Octal220132124045525463255
Binary1001000010110101010100010010110101010110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A54; }

 p { color: rgb(144,90,84); }

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

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

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

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

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

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

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