#985250

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

Shades of Copper Rust #985250

Tints of Copper Rust #985250

Color information

#985250 (or 0x985250) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 50. RGB value is (152,82,80). Sum of RGB (Red+Green+Blue) = 152+82+80=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #985250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985250 is #67ADAF. Grayscale: #666666. Windows color (decimal): -6794672 or 5264024. OLE color: 5264024.

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

Color convert

RGB1528280-
CMYK00.460.470.40
HSL1.67º31.03%45.49%-
HSV(B)1.67º47.37%59.61%-
XYZ17.4113.299.24-
YUV102.7115.19163.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=48.41%
G=26.11%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152828000.460.470.401.6731.0345.49
Hex98525002E2F2821f2d
Octal230122120056575023755
Binary100110001010010101000001011101011111010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985250; }

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

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

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

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

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

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

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

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