#985350

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

Shades of Copper Rust #985350

Tints of Copper Rust #985350

Color information

#985350 (or 0x985350) is unknown color: approx Copper Rust. HEX triplet: 98, 53 and 50. RGB value is (152,83,80). Sum of RGB (Red+Green+Blue) = 152+83+80=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985350 is #67ACAF. Grayscale: #676767. Windows color (decimal): -6794416 or 5264280. OLE color: 5264280.

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

Color convert

RGB1528380-
CMYK00.450.470.40
HSL2.5º31.03%45.49%-
HSV(B)2.5º47.37%59.61%-
XYZ17.4913.449.26-
YUV103.29114.86162.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=48.25%
G=26.35%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152838000.450.470.402.531.0345.49
Hex98535002D2F2831f2d
Octal230123120055575033755
Binary100110001010011101000001011011011111010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985350; }

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

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

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

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

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

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

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

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