#90524D

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

Shades of Copper Rust #90524D

Tints of Copper Rust #90524D

Color information

#90524D (or 0x90524D) is unknown color: approx Copper Rust. HEX triplet: 90, 52 and 4D. RGB value is (144,82,77). Sum of RGB (Red+Green+Blue) = 144+82+77=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90524D is #6FADB2. Grayscale: #646464. Windows color (decimal): -7318963 or 5067408. OLE color: 5067408.

HSL color Cylindrical-coordinate representation of color #90524D: hue angle of 4.48º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90524D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1448277-
CMYK00.430.470.44
HSL4.48º30.32%43.33%-
HSV(B)4.48º46.53%56.47%-
XYZ15.8612.58.6-
YUV99.97115.04159.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=47.52%
G=27.06%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144827700.430.470.444.4830.3243.33
Hex90524D02B2F2C41e2b
Octal220122115053575443653
Binary1001000010100101001101010101110111110110010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90524D; }

 p { color: rgb(144,82,77); }

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

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

 a { background-color: rgb(144,82,77); }

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

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

 span { border-color: rgb(144,82,77); }

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