#924C4A

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

Shades of Copper Rust #924C4A

Tints of Copper Rust #924C4A

Color information

#924C4A (or 0x924C4A) is unknown color: approx Copper Rust. HEX triplet: 92, 4C and 4A. RGB value is (146,76,74). Sum of RGB (Red+Green+Blue) = 146+76+74=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #924C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C4A is #6DB3B5. Grayscale: #606060. Windows color (decimal): -7189430 or 4869266. OLE color: 4869266.

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

Color convert

RGB1467674-
CMYK00.480.490.43
HSL1.67º32.73%43.14%-
HSV(B)1.67º49.32%57.25%-
XYZ15.6711.777.93-
YUV96.7115.19163.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 74 (29.30% from 255) = 25%
R=49.32%
G=25.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146767400.480.490.431.6732.7343.14
Hex924C4A030312B2212b
Octal222114112060615324153
Binary1001001010011001001010011000011000110101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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