#924E49

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

Shades of Copper Rust #924E49

Tints of Copper Rust #924E49

Color information

#924E49 (or 0x924E49) is unknown color: approx Copper Rust. HEX triplet: 92, 4E and 49. RGB value is (146,78,73). Sum of RGB (Red+Green+Blue) = 146+78+73=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #924E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E49 is #6DB1B6. Grayscale: #616161. Windows color (decimal): -7188919 or 4804242. OLE color: 4804242.

HSL color Cylindrical-coordinate representation of color #924E49: hue angle of 4.11º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924E49 is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1467873-
CMYK00.470.50.43
HSL4.11º33.33%42.94%-
HSV(B)4.11º50%57.25%-
XYZ15.7812.047.8-
YUV97.76114.03162.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=49.16%
G=26.26%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146787300.470.50.434.1133.3342.94
Hex924E4902F322B4212b
Octal222116111057625344153
Binary10010010100111010010010101111110010101011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E49; }

 p { color: rgb(146,78,73); }

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

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

 a { background-color: rgb(146,78,73); }

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

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

 span { border-color: rgb(146,78,73); }

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