#984F46

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

Shades of Copper Rust #984F46

Tints of Copper Rust #984F46

Color information

#984F46 (or 0x984F46) is unknown color: approx Copper Rust. HEX triplet: 98, 4F and 46. RGB value is (152,79,70). Sum of RGB (Red+Green+Blue) = 152+79+70=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #984F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F46 is #67B0B9. Grayscale: #636363. Windows color (decimal): -6795450 or 4607896. OLE color: 4607896.

HSL color Cylindrical-coordinate representation of color #984F46: hue angle of 6.59º 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 #984F46 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1527970-
CMYK00.480.540.40
HSL6.59º36.94%43.53%-
HSV(B)6.59º53.95%59.61%-
XYZ16.8512.717.36-
YUV99.8111.18165.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=50.50%
G=26.25%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152797000.480.540.406.5936.9443.53
Hex984F4603036287252c
Octal230117106060665074554
Binary10011000100111110001100110000110110101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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