#905250

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

Shades of Copper Rust #905250

Tints of Copper Rust #905250

Color information

#905250 (or 0x905250) is unknown color: approx Copper Rust. HEX triplet: 90, 52 and 50. RGB value is (144,82,80). Sum of RGB (Red+Green+Blue) = 144+82+80=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #905250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905250 is #6FADAF. Grayscale: #646464. Windows color (decimal): -7318960 or 5264016. OLE color: 5264016.

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

Color convert

RGB1448280-
CMYK00.430.440.44
HSL1.88º28.57%43.92%-
HSV(B)1.88º44.44%56.47%-
XYZ15.9712.549.17-
YUV100.31116.54159.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=47.06%
G=26.80%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144828000.430.440.441.8828.5743.92
Hex90525002B2C2C21d2c
Octal220122120053545423554
Binary100100001010010101000001010111011001011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905250; }

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

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

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

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

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

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

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

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