#945149

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

Shades of Copper Rust #945149

Tints of Copper Rust #945149

Color information

#945149 (or 0x945149) is unknown color: approx Copper Rust. HEX triplet: 94, 51 and 49. RGB value is (148,81,73). Sum of RGB (Red+Green+Blue) = 148+81+73=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #945149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945149 is #6BAEB6. Grayscale: #646464. Windows color (decimal): -7057079 or 4805012. OLE color: 4805012.

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

Color convert

RGB1488173-
CMYK00.450.510.42
HSL6.4º33.94%43.33%-
HSV(B)6.4º50.68%58.04%-
XYZ16.3612.667.89-
YUV100.12112.7162.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=49.01%
G=26.82%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148817300.450.510.426.433.9443.33
Hex94514902D332A6222b
Octal224121111055635264253
Binary10010100101000110010010101101110011101010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945149; }

 p { color: rgb(148,81,73); }

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

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

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

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

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

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

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