#905351

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

Shades of Copper Rust #905351

Tints of Copper Rust #905351

Color information

#905351 (or 0x905351) is unknown color: approx Copper Rust. HEX triplet: 90, 53 and 51. RGB value is (144,83,81). Sum of RGB (Red+Green+Blue) = 144+83+81=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #905351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905351 is #6FACAE. Grayscale: #656565. Windows color (decimal): -7318703 or 5329808. OLE color: 5329808.

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

Color convert

RGB1448381-
CMYK00.420.440.44
HSL1.9º28%44.12%-
HSV(B)1.9º43.75%56.47%-
XYZ16.0812.719.39-
YUV101.01116.71158.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=46.75%
G=26.95%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144838100.420.440.441.92844.12
Hex90535102A2C2C21c2c
Octal220123121052545423454
Binary100100001010011101000101010101011001011001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905351; }

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

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

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

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

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

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

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

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