#984F4C

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

Shades of Copper Rust #984F4C

Tints of Copper Rust #984F4C

Color information

#984F4C (or 0x984F4C) is unknown color: approx Copper Rust. HEX triplet: 98, 4F and 4C. RGB value is (152,79,76). Sum of RGB (Red+Green+Blue) = 152+79+76=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F4C is #67B0B3. Grayscale: #646464. Windows color (decimal): -6795444 or 5001112. OLE color: 5001112.

HSL color Cylindrical-coordinate representation of color #984F4C: hue angle of 2.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984F4C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1527976-
CMYK00.480.500.40
HSL2.37º33.33%44.71%-
HSV(B)2.37º50%59.61%-
XYZ17.0512.798.41-
YUV100.48114.18164.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=49.51%
G=25.73%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152797600.480.500.402.3733.3344.71
Hex984F4C03032282212d
Octal230117114060625024155
Binary1001100010011111001100011000011001010100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F4C; }

 p { color: rgb(152,79,76); }

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

<style>
 a { background-color: #984F4C; }

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

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

<style>
 span { border-color: #984F4C; }

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

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