#905753

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

Shades of Copper Rust #905753

Tints of Copper Rust #905753

Color information

#905753 (or 0x905753) is unknown color: approx Copper Rust. HEX triplet: 90, 57 and 53. RGB value is (144,87,83). Sum of RGB (Red+Green+Blue) = 144+87+83=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #905753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905753 is #6FA8AC. Grayscale: #676767. Windows color (decimal): -7317677 or 5461904. OLE color: 5461904.

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

Color convert

RGB1448783-
CMYK00.400.420.44
HSL3.93º26.87%44.51%-
HSV(B)3.93º42.36%56.47%-
XYZ16.4713.379.9-
YUV103.59116.38156.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=45.86%
G=27.71%
B=26.43%

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
Decimal144878300.400.420.443.9326.8744.51
Hex9057530282A2C41b2d
Octal220127123050525443355
Binary1001000010101111010011010100010101010110010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905753; }

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

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

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

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

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

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

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

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