#924B4A

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

Shades of Copper Rust #924B4A

Tints of Copper Rust #924B4A

Color information

#924B4A (or 0x924B4A) is unknown color: approx Copper Rust. HEX triplet: 92, 4B and 4A. RGB value is (146,75,74). Sum of RGB (Red+Green+Blue) = 146+75+74=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #924B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B4A is #6DB4B5. Grayscale: #606060. Windows color (decimal): -7189686 or 4869010. OLE color: 4869010.

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

Color convert

RGB1467574-
CMYK00.490.490.43
HSL0.83º32.73%43.14%-
HSV(B)0.83º49.32%57.25%-
XYZ15.6111.647.9-
YUV96.12115.52163.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=49.49%
G=25.42%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146757400.490.490.430.8332.7343.14
Hex924B4A031312B1212b
Octal222113112061615314153
Binary100100101001011100101001100011100011010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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