#984B4B

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

Shades of Copper Rust #984B4B

Tints of Copper Rust #984B4B

Color information

#984B4B (or 0x984B4B) is unknown color: approx Copper Rust. HEX triplet: 98, 4B and 4B. RGB value is (152,75,75). Sum of RGB (Red+Green+Blue) = 152+75+75=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #984B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B4B is #67B4B4. Grayscale: #626262. Windows color (decimal): -6796469 or 4934552. OLE color: 4934552.

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

Color convert

RGB1527575-
CMYK00.510.510.40
HSL33.92%44.51%-
HSV(B)50.66%59.61%-
XYZ16.7312.228.13-
YUV98.02115.01166.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=50.33%
G=24.83%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152757500.510.510.40033.9244.51
Hex984B4B03333280222d
Octal230113113063635004255
Binary100110001001011100101101100111100111010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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