#955854

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

Shades of Copper Rust #955854

Tints of Copper Rust #955854

Color information

#955854 (or 0x955854) is unknown color: approx Copper Rust. HEX triplet: 95, 58 and 54. RGB value is (149,88,84). Sum of RGB (Red+Green+Blue) = 149+88+84=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955854 is #6AA7AB. Grayscale: #696969. Windows color (decimal): -6989740 or 5527701. OLE color: 5527701.

HSL color Cylindrical-coordinate representation of color #955854: hue angle of 3.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955854 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1498884-
CMYK00.410.440.42
HSL3.69º27.9%45.69%-
HSV(B)3.69º43.62%58.43%-
XYZ17.4814.0110.17-
YUV105.78115.71158.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=46.42%
G=27.41%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149888400.410.440.423.6927.945.69
Hex9558540292C2A41c2e
Octal225130124051545243456
Binary1001010110110001010100010100110110010101010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955854; }

 p { color: rgb(149,88,84); }

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

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

 a { background-color: rgb(149,88,84); }

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

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

 span { border-color: rgb(149,88,84); }

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