#985248

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

Shades of Copper Rust #985248

Tints of Copper Rust #985248

Color information

#985248 (or 0x985248) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 48. RGB value is (152,82,72). Sum of RGB (Red+Green+Blue) = 152+82+72=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985248 is #67ADB7. Grayscale: #656565. Windows color (decimal): -6794680 or 4739736. OLE color: 4739736.

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

Color convert

RGB1528272-
CMYK00.460.530.40
HSL7.5º35.71%43.92%-
HSV(B)7.5º52.63%59.61%-
XYZ17.1413.187.77-
YUV101.79111.19163.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=49.67%
G=26.80%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152827200.460.530.407.535.7143.92
Hex98524802E35288242c
Octal2301221100566550104454
Binary100110001010010100100001011101101011010001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985248; }

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

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

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

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

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

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

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

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