#985A4D

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

Shades of Copper Rust #985A4D

Tints of Copper Rust #985A4D

Color information

#985A4D (or 0x985A4D) is unknown color: approx Copper Rust. HEX triplet: 98, 5A and 4D. RGB value is (152,90,77). Sum of RGB (Red+Green+Blue) = 152+90+77=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A4D is #67A5B2. Grayscale: #6B6B6B. Windows color (decimal): -6792627 or 5069464. OLE color: 5069464.

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

Color convert

RGB1529077-
CMYK00.410.490.40
HSL10.4º32.75%44.9%-
HSV(B)10.4º49.34%59.61%-
XYZ17.9414.528.88-
YUV107.06111.04160.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=47.65%
G=28.21%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152907700.410.490.4010.432.7544.9
Hex985A4D0293128a212d
Octal2301321150516150124155
Binary100110001011010100110101010011100011010001010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A4D; }

 p { color: rgb(152,90,77); }

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

<style>
 a { background-color: #985A4D; }

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

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

<style>
 span { border-color: #985A4D; }

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

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