#924E4E

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

Shades of Copper Rust #924E4E

Tints of Copper Rust #924E4E

Color information

#924E4E (or 0x924E4E) is unknown color: approx Copper Rust. HEX triplet: 92, 4E and 4E. RGB value is (146,78,78). Sum of RGB (Red+Green+Blue) = 146+78+78=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #924E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E4E is #6DB1B1. Grayscale: #626262. Windows color (decimal): -7188914 or 5131922. OLE color: 5131922.

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

Color convert

RGB1467878-
CMYK00.470.470.43
HSL30.36%43.92%-
HSV(B)46.58%57.25%-
XYZ15.9512.118.7-
YUV98.33116.53162-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=48.34%
G=25.83%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146787800.470.470.43030.3643.92
Hex924E4E02F2F2B01e2c
Octal222116116057575303654
Binary10010010100111010011100101111101111101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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