#90524B

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

Shades of Copper Rust #90524B

Tints of Copper Rust #90524B

Color information

#90524B (or 0x90524B) is unknown color: approx Copper Rust. HEX triplet: 90, 52 and 4B. RGB value is (144,82,75). Sum of RGB (Red+Green+Blue) = 144+82+75=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90524B is #6FADB4. Grayscale: #636363. Windows color (decimal): -7318965 or 4936336. OLE color: 4936336.

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

Color convert

RGB1448275-
CMYK00.430.480.44
HSL6.09º31.51%42.94%-
HSV(B)6.09º47.92%56.47%-
XYZ15.7912.478.23-
YUV99.74114.04159.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=47.84%
G=27.24%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144827500.430.480.446.0931.5142.94
Hex90524B02B302C6202b
Octal220122113053605464053
Binary10010000101001010010110101011110000101100110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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