#985249

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

Shades of Copper Rust #985249

Tints of Copper Rust #985249

Color information

#985249 (or 0x985249) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 49. RGB value is (152,82,73). Sum of RGB (Red+Green+Blue) = 152+82+73=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985249 is #67ADB6. Grayscale: #666666. Windows color (decimal): -6794679 or 4805272. OLE color: 4805272.

HSL color Cylindrical-coordinate representation of color #985249: hue angle of 6.84º 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 #985249 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1528273-
CMYK00.460.520.40
HSL6.84º35.11%44.12%-
HSV(B)6.84º51.97%59.61%-
XYZ17.1713.197.94-
YUV101.9111.69163.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=49.51%
G=26.71%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152827300.460.520.406.8435.1144.12
Hex98524902E34287232c
Octal230122111056645074354
Binary10011000101001010010010101110110100101000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985249; }

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

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

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

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

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

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

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

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