#954F49

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

Shades of Copper Rust #954F49

Tints of Copper Rust #954F49

Color information

#954F49 (or 0x954F49) is unknown color: approx Copper Rust. HEX triplet: 95, 4F and 49. RGB value is (149,79,73). Sum of RGB (Red+Green+Blue) = 149+79+73=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F49 is #6AB0B6. Grayscale: #636363. Windows color (decimal): -6992055 or 4804501. OLE color: 4804501.

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

Color convert

RGB1497973-
CMYK00.470.510.42
HSL4.74º34.23%43.53%-
HSV(B)4.74º51.01%58.43%-
XYZ16.3912.467.84-
YUV99.25113.19163.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=49.50%
G=26.25%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149797300.470.510.424.7434.2343.53
Hex954F4902F332A5222c
Octal225117111057635254254
Binary10010101100111110010010101111110011101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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