#924D4D

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

Shades of Copper Rust #924D4D

Tints of Copper Rust #924D4D

Color information

#924D4D (or 0x924D4D) is unknown color: approx Copper Rust. HEX triplet: 92, 4D and 4D. RGB value is (146,77,77). Sum of RGB (Red+Green+Blue) = 146+77+77=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #924D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D4D is #6DB2B2. Grayscale: #616161. Windows color (decimal): -7189171 or 5066130. OLE color: 5066130.

HSL color Cylindrical-coordinate representation of color #924D4D: hue angle of 0º degrees, saturation: 0.31, 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 #924D4D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1467777-
CMYK00.470.470.43
HSL30.94%43.73%-
HSV(B)47.26%57.25%-
XYZ15.8511.958.49-
YUV97.63116.36162.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=48.67%
G=25.67%
B=25.67%

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
Decimal146777700.470.470.43030.9443.73
Hex924D4D02F2F2B01f2c
Octal222115115057575303754
Binary10010010100110110011010101111101111101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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