#954949

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

Shades of Copper Rust #954949

Tints of Copper Rust #954949

Color information

#954949 (or 0x954949) is unknown color: approx Copper Rust. HEX triplet: 95, 49 and 49. RGB value is (149,73,73). Sum of RGB (Red+Green+Blue) = 149+73+73=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954949 is #6AB6B6. Grayscale: #5F5F5F. Windows color (decimal): -6993591 or 4802965. OLE color: 4802965.

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

Color convert

RGB1497373-
CMYK00.510.510.42
HSL34.23%43.53%-
HSV(B)51.01%58.43%-
XYZ15.9811.647.71-
YUV95.72115.18166-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=50.51%
G=24.75%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149737300.510.510.42034.2343.53
Hex954949033332A0222c
Octal225111111063635204254
Binary100101011001001100100101100111100111010100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954949; }

 p { color: rgb(149,73,73); }

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

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

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

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

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

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

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