#98594C

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

Shades of Copper Rust #98594C

Tints of Copper Rust #98594C

Color information

#98594C (or 0x98594C) is unknown color: approx Copper Rust. HEX triplet: 98, 59 and 4C. RGB value is (152,89,76). Sum of RGB (Red+Green+Blue) = 152+89+76=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98594C is #67A6B3. Grayscale: #6A6A6A. Windows color (decimal): -6792884 or 5003672. OLE color: 5003672.

HSL color Cylindrical-coordinate representation of color #98594C: hue angle of 10.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98594C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1528976-
CMYK00.410.500.40
HSL10.26º33.33%44.71%-
HSV(B)10.26º50%59.61%-
XYZ17.8314.348.67-
YUV106.36110.87160.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=47.95%
G=28.08%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152897600.410.500.4010.2633.3344.71
Hex98594C0293228a212d
Octal2301311140516250124155
Binary100110001011001100110001010011100101010001010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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