#924C4C

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

Shades of Copper Rust #924C4C

Tints of Copper Rust #924C4C

Color information

#924C4C (or 0x924C4C) is unknown color: approx Copper Rust. HEX triplet: 92, 4C and 4C. RGB value is (146,76,76). Sum of RGB (Red+Green+Blue) = 146+76+76=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #924C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C4C is #6DB3B3. Grayscale: #606060. Windows color (decimal): -7189428 or 5000338. OLE color: 5000338.

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

Color convert

RGB1467676-
CMYK00.480.480.43
HSL31.53%43.53%-
HSV(B)47.95%57.25%-
XYZ15.7411.88.29-
YUV96.93116.19163-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=48.99%
G=25.50%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146767600.480.480.43031.5343.53
Hex924C4C030302B0202c
Octal222114114060605304054
Binary100100101001100100110001100001100001010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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