#945049

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

Shades of Copper Rust #945049

Tints of Copper Rust #945049

Color information

#945049 (or 0x945049) is unknown color: approx Copper Rust. HEX triplet: 94, 50 and 49. RGB value is (148,80,73). Sum of RGB (Red+Green+Blue) = 148+80+73=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #945049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945049 is #6BAFB6. Grayscale: #636363. Windows color (decimal): -7057335 or 4804756. OLE color: 4804756.

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

Color convert

RGB1488073-
CMYK00.460.510.42
HSL5.6º33.94%43.33%-
HSV(B)5.6º50.68%58.04%-
XYZ16.2812.517.86-
YUV99.53113.03162.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=49.17%
G=26.58%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807300.460.510.425.633.9443.33
Hex94504902E332A6222b
Octal224120111056635264253
Binary10010100101000010010010101110110011101010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945049; }

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

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

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

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

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

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

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

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