#954D49

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

Shades of Copper Rust #954D49

Tints of Copper Rust #954D49

Color information

#954D49 (or 0x954D49) is unknown color: approx Copper Rust. HEX triplet: 95, 4D and 49. RGB value is (149,77,73). Sum of RGB (Red+Green+Blue) = 149+77+73=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D49 is #6AB2B6. Grayscale: #626262. Windows color (decimal): -6992567 or 4803989. OLE color: 4803989.

HSL color Cylindrical-coordinate representation of color #954D49: hue angle of 3.16º 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 #954D49 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1497773-
CMYK00.480.510.42
HSL3.16º34.23%43.53%-
HSV(B)3.16º51.01%58.43%-
XYZ16.2512.187.8-
YUV98.07113.85164.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=49.83%
G=25.75%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149777300.480.510.423.1634.2343.53
Hex954D49030332A3222c
Octal225115111060635234254
Binary1001010110011011001001011000011001110101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954D49; }

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

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

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

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

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

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

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

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