#985849

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

Shades of Copper Rust #985849

Tints of Copper Rust #985849

Color information

#985849 (or 0x985849) is unknown color: approx Copper Rust. HEX triplet: 98, 58 and 49. RGB value is (152,88,73). Sum of RGB (Red+Green+Blue) = 152+88+73=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #985849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985849 is #67A7B6. Grayscale: #696969. Windows color (decimal): -6793143 or 4806808. OLE color: 4806808.

HSL color Cylindrical-coordinate representation of color #985849: hue angle of 11.39º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985849 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1528873-
CMYK00.420.520.40
HSL11.39º35.11%44.12%-
HSV(B)11.39º51.97%59.61%-
XYZ17.6414.148.1-
YUV105.43109.7161.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=48.56%
G=28.12%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152887300.420.520.4011.3935.1144.12
Hex98584902A3428b232c
Octal2301301110526450134354
Binary100110001011000100100101010101101001010001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985849; }

 p { color: rgb(152,88,73); }

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

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

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

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

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

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

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