#985B52

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

Shades of Copper Rust #985B52

Tints of Copper Rust #985B52

Color information

#985B52 (or 0x985B52) is unknown color: approx Copper Rust. HEX triplet: 98, 5B and 52. RGB value is (152,91,82). Sum of RGB (Red+Green+Blue) = 152+91+82=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B52 is #67A4AD. Grayscale: #6C6C6C. Windows color (decimal): -6792366 or 5397400. OLE color: 5397400.

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

Color convert

RGB1529182-
CMYK00.400.460.40
HSL7.71º29.91%45.88%-
HSV(B)7.71º46.05%59.61%-
XYZ18.2114.779.87-
YUV108.21113.21159.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=46.77%
G=28%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152918200.400.460.407.7129.9145.88
Hex985B520282E2881e2e
Octal2301331220505650103656
Binary10011000101101110100100101000101110101000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,91,82); }

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

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

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

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

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

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

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