#984B49

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

Shades of Copper Rust #984B49

Tints of Copper Rust #984B49

Color information

#984B49 (or 0x984B49) is unknown color: approx Copper Rust. HEX triplet: 98, 4B and 49. RGB value is (152,75,73). Sum of RGB (Red+Green+Blue) = 152+75+73=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #984B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B49 is #67B4B6. Grayscale: #616161. Windows color (decimal): -6796471 or 4803480. OLE color: 4803480.

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

Color convert

RGB1527573-
CMYK00.510.520.40
HSL1.52º35.11%44.12%-
HSV(B)1.52º51.97%59.61%-
XYZ16.6712.197.78-
YUV97.8114.01166.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=50.67%
G=25%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152757300.510.520.401.5235.1144.12
Hex984B4903334282232c
Octal230113111063645024354
Binary1001100010010111001001011001111010010100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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