#984B47

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

Shades of Copper Rust #984B47

Tints of Copper Rust #984B47

Color information

#984B47 (or 0x984B47) is unknown color: approx Copper Rust. HEX triplet: 98, 4B and 47. RGB value is (152,75,71). Sum of RGB (Red+Green+Blue) = 152+75+71=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #984B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B47 is #67B4B8. Grayscale: #616161. Windows color (decimal): -6796473 or 4672408. OLE color: 4672408.

HSL color Cylindrical-coordinate representation of color #984B47: hue angle of 2.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984B47 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1527571-
CMYK00.510.530.40
HSL2.96º36.32%43.73%-
HSV(B)2.96º53.29%59.61%-
XYZ16.612.167.43-
YUV97.57113.01166.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=51.01%
G=25.17%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152757100.510.530.402.9636.3243.73
Hex984B4703335283242c
Octal230113107063655034454
Binary1001100010010111000111011001111010110100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,71); }

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

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

 a { background-color: rgb(152,75,71); }

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

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

 span { border-color: rgb(152,75,71); }

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