#924F4A

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

Shades of Copper Rust #924F4A

Tints of Copper Rust #924F4A

Color information

#924F4A (or 0x924F4A) is unknown color: approx Copper Rust. HEX triplet: 92, 4F and 4A. RGB value is (146,79,74). Sum of RGB (Red+Green+Blue) = 146+79+74=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #924F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924F4A is #6DB0B5. Grayscale: #626262. Windows color (decimal): -7188662 or 4870034. OLE color: 4870034.

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

Color convert

RGB1467974-
CMYK00.460.490.43
HSL4.17º32.73%43.14%-
HSV(B)4.17º49.32%57.25%-
XYZ15.8912.28-
YUV98.46114.2161.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=48.83%
G=26.42%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146797400.460.490.434.1732.7343.14
Hex924F4A02E312B4212b
Octal222117112056615344153
Binary10010010100111110010100101110110001101011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,79,74); }

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

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

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

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

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

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

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