#905B52

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

Shades of Copper Rust #905B52

Tints of Copper Rust #905B52

Color information

#905B52 (or 0x905B52) is unknown color: approx Copper Rust. HEX triplet: 90, 5B and 52. RGB value is (144,91,82). Sum of RGB (Red+Green+Blue) = 144+91+82=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #905B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B52 is #6FA4AD. Grayscale: #696969. Windows color (decimal): -7316654 or 5397392. OLE color: 5397392.

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

Color convert

RGB1449182-
CMYK00.370.430.44
HSL8.71º27.43%44.31%-
HSV(B)8.71º43.06%56.47%-
XYZ16.7714.029.81-
YUV105.82114.56155.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=45.43%
G=28.71%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144918200.370.430.448.7127.4344.31
Hex905B520252B2C91b2c
Octal2201331220455354113354
Binary10010000101101110100100100101101011101100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905B52; }

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

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

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

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

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

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

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

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