#905851

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

Shades of Copper Rust #905851

Tints of Copper Rust #905851

Color information

#905851 (or 0x905851) is unknown color: approx Copper Rust. HEX triplet: 90, 58 and 51. RGB value is (144,88,81). Sum of RGB (Red+Green+Blue) = 144+88+81=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #905851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905851 is #6FA7AE. Grayscale: #686868. Windows color (decimal): -7317423 or 5331088. OLE color: 5331088.

HSL color Cylindrical-coordinate representation of color #905851: hue angle of 6.67º degrees, saturation: 0.28, 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 #905851 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1448881-
CMYK00.390.440.44
HSL6.67º28%44.12%-
HSV(B)6.67º43.75%56.47%-
XYZ16.4813.59.52-
YUV103.95115.05156.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=46.01%
G=28.12%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144888100.390.440.446.672844.12
Hex9058510272C2C71c2c
Octal220130121047545473454
Binary1001000010110001010001010011110110010110011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905851; }

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

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

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

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

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

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

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

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