#954B49

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

Shades of Copper Rust #954B49

Tints of Copper Rust #954B49

Color information

#954B49 (or 0x954B49) is unknown color: approx Copper Rust. HEX triplet: 95, 4B and 49. RGB value is (149,75,73). Sum of RGB (Red+Green+Blue) = 149+75+73=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B49 is #6AB4B6. Grayscale: #606060. Windows color (decimal): -6993079 or 4803477. OLE color: 4803477.

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

Color convert

RGB1497573-
CMYK00.500.510.42
HSL1.58º34.23%43.53%-
HSV(B)1.58º51.01%58.43%-
XYZ16.1111.97.75-
YUV96.9114.52165.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=50.17%
G=25.25%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149757300.500.510.421.5834.2343.53
Hex954B49032332A2222c
Octal225113111062635224254
Binary1001010110010111001001011001011001110101010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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