#90534f

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

Shades of Copper Rust #90534F

Tints of Copper Rust #90534F

Color information

#90534F (or 0x90534F) is unknown color: approx Copper Rust. HEX triplet: 90, 53 and 4F. RGB value is (144,83,79). Sum of RGB (Red+Green+Blue) = 144+83+79=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90534F is #6FACB0. Grayscale: #646464. Windows color (decimal): -7318705 or 5198736. OLE color: 5198736.

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

Color convert

RGB1448379-
CMYK00.420.450.44
HSL3.69º29.15%43.73%-
HSV(B)3.69º45.14%56.47%-
XYZ16.0112.689-
YUV100.78115.71158.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=47.06%
G=27.12%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144837900.420.450.443.6929.1543.73
Hex90534F02A2D2C41d2c
Octal220123117052555443554
Binary1001000010100111001111010101010110110110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90534f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90534f; }

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

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

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

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

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

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

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

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