#945249

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

Shades of Copper Rust #945249

Tints of Copper Rust #945249

Color information

#945249 (or 0x945249) is unknown color: approx Copper Rust. HEX triplet: 94, 52 and 49. RGB value is (148,82,73). Sum of RGB (Red+Green+Blue) = 148+82+73=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #945249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945249 is #6BADB6. Grayscale: #646464. Windows color (decimal): -7056823 or 4805268. OLE color: 4805268.

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

Color convert

RGB1488273-
CMYK00.450.510.42
HSL7.2º33.94%43.33%-
HSV(B)7.2º50.68%58.04%-
XYZ16.4312.817.91-
YUV100.71112.37161.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=48.84%
G=27.06%
B=24.09%

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
Decimal148827300.450.510.427.233.9443.33
Hex94524902D332A7222b
Octal224122111055635274253
Binary10010100101001010010010101101110011101010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945249; }

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

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

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

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

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

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

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

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