#985A4B

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

Shades of Copper Rust #985A4B

Tints of Copper Rust #985A4B

Color information

#985A4B (or 0x985A4B) is unknown color: approx Copper Rust. HEX triplet: 98, 5A and 4B. RGB value is (152,90,75). Sum of RGB (Red+Green+Blue) = 152+90+75=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A4B is #67A5B4. Grayscale: #6A6A6A. Windows color (decimal): -6792629 or 4938392. OLE color: 4938392.

HSL color Cylindrical-coordinate representation of color #985A4B: hue angle of 11.69º 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 #985A4B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1529075-
CMYK00.410.510.40
HSL11.69º33.92%44.51%-
HSV(B)11.69º50.66%59.61%-
XYZ17.8814.58.51-
YUV106.83110.04160.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=47.95%
G=28.39%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152907500.410.510.4011.6933.9244.51
Hex985A4B0293328c222d
Octal2301321130516350144255
Binary100110001011010100101101010011100111010001100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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