#984C46

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

Shades of Copper Rust #984C46

Tints of Copper Rust #984C46

Color information

#984C46 (or 0x984C46) is unknown color: approx Copper Rust. HEX triplet: 98, 4C and 46. RGB value is (152,76,70). Sum of RGB (Red+Green+Blue) = 152+76+70=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #984C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C46 is #67B3B9. Grayscale: #626262. Windows color (decimal): -6796218 or 4607128. OLE color: 4607128.

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

Color convert

RGB1527670-
CMYK00.500.540.40
HSL4.39º36.94%43.53%-
HSV(B)4.39º53.95%59.61%-
XYZ16.6412.297.29-
YUV98.04112.18166.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=51.01%
G=25.50%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152767000.500.540.404.3936.9443.53
Hex984C4603236284252c
Octal230114106062665044554
Binary10011000100110010001100110010110110101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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