#98594F

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

Shades of Copper Rust #98594F

Tints of Copper Rust #98594F

Color information

#98594F (or 0x98594F) is unknown color: approx Copper Rust. HEX triplet: 98, 59 and 4F. RGB value is (152,89,79). Sum of RGB (Red+Green+Blue) = 152+89+79=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #98594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98594F is #67A6B0. Grayscale: #6A6A6A. Windows color (decimal): -6792881 or 5200280. OLE color: 5200280.

HSL color Cylindrical-coordinate representation of color #98594F: hue angle of 8.22º 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 #98594F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1528979-
CMYK00.410.480.40
HSL8.22º31.6%45.29%-
HSV(B)8.22º48.03%59.61%-
XYZ17.9314.389.23-
YUV106.7112.37160.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=47.5%
G=27.81%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152897900.410.480.408.2231.645.29
Hex98594F02930288202d
Octal2301311170516050104055
Binary100110001011001100111101010011100001010001000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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