#90584E

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

Shades of Copper Rust #90584E

Tints of Copper Rust #90584E

Color information

#90584E (or 0x90584E) is unknown color: approx Copper Rust. HEX triplet: 90, 58 and 4E. RGB value is (144,88,78). Sum of RGB (Red+Green+Blue) = 144+88+78=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90584E is #6FA7B1. Grayscale: #676767. Windows color (decimal): -7317426 or 5134480. OLE color: 5134480.

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

Color convert

RGB1448878-
CMYK00.390.460.44
HSL9.09º29.73%43.53%-
HSV(B)9.09º45.83%56.47%-
XYZ16.3713.468.94-
YUV103.6113.55156.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.45%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=46.45%
G=28.39%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144887800.390.460.449.0929.7343.53
Hex90584E0272E2C91e2c
Octal2201301160475654113654
Binary10010000101100010011100100111101110101100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90584E; }

 p { color: rgb(144,88,78); }

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

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

 a { background-color: rgb(144,88,78); }

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

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

 span { border-color: rgb(144,88,78); }

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