#90564B

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

Shades of Copper Rust #90564B

Tints of Copper Rust #90564B

Color information

#90564B (or 0x90564B) is unknown color: approx Copper Rust. HEX triplet: 90, 56 and 4B. RGB value is (144,86,75). Sum of RGB (Red+Green+Blue) = 144+86+75=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90564B is #6FA9B4. Grayscale: #666666. Windows color (decimal): -7317941 or 4937360. OLE color: 4937360.

HSL color Cylindrical-coordinate representation of color #90564B: hue angle of 9.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90564B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1448675-
CMYK00.400.480.44
HSL9.57º31.51%42.94%-
HSV(B)9.57º47.92%56.47%-
XYZ16.113.098.34-
YUV102.09112.72157.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=47.21%
G=28.20%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144867500.400.480.449.5731.5142.94
Hex90564B028302Ca202b
Octal2201261130506054124053
Binary100100001010110100101101010001100001011001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90564B; }

 p { color: rgb(144,86,75); }

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

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

 a { background-color: rgb(144,86,75); }

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

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

 span { border-color: rgb(144,86,75); }

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