#98584F

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

Shades of Copper Rust #98584F

Tints of Copper Rust #98584F

Color information

#98584F (or 0x98584F) is unknown color: approx Copper Rust. HEX triplet: 98, 58 and 4F. RGB value is (152,88,79). Sum of RGB (Red+Green+Blue) = 152+88+79=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98584F is #67A7B0. Grayscale: #6A6A6A. Windows color (decimal): -6793137 or 5200024. OLE color: 5200024.

HSL color Cylindrical-coordinate representation of color #98584F: hue angle of 7.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98584F is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1528879-
CMYK00.420.480.40
HSL7.4º31.6%45.29%-
HSV(B)7.4º48.03%59.61%-
XYZ17.8514.229.2-
YUV106.11112.7160.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=47.65%
G=27.59%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152887900.420.480.407.431.645.29
Hex98584F02A30287202d
Octal230130117052605074055
Binary10011000101100010011110101010110000101000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98584F; }

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

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

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

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

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

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

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

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