#905754

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

Shades of Copper Rust #905754

Tints of Copper Rust #905754

Color information

#905754 (or 0x905754) is unknown color: approx Copper Rust. HEX triplet: 90, 57 and 54. RGB value is (144,87,84). Sum of RGB (Red+Green+Blue) = 144+87+84=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905754 is #6FA8AB. Grayscale: #676767. Windows color (decimal): -7317676 or 5527440. OLE color: 5527440.

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

Color convert

RGB1448784-
CMYK00.400.420.44
HSL26.32%44.71%-
HSV(B)41.67%56.47%-
XYZ16.5113.3910.1-
YUV103.7116.88156.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=45.71%
G=27.62%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144878400.400.420.44326.3244.71
Hex9057540282A2C31a2d
Octal220127124050525433255
Binary100100001010111101010001010001010101011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905754; }

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

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

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

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

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

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

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

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