#98574A

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

Shades of Copper Rust #98574A

Tints of Copper Rust #98574A

Color information

#98574A (or 0x98574A) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 4A. RGB value is (152,87,74). Sum of RGB (Red+Green+Blue) = 152+87+74=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98574A is #67A8B5. Grayscale: #696969. Windows color (decimal): -6793398 or 4872088. OLE color: 4872088.

HSL color Cylindrical-coordinate representation of color #98574A: hue angle of 10º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98574A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1528774-
CMYK00.430.510.40
HSL10º34.51%44.31%-
HSV(B)10º51.32%59.61%-
XYZ17.5913.998.25-
YUV104.95110.53161.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=48.56%
G=27.80%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152877400.430.510.401034.5144.31
Hex98574A02B3328a232c
Octal2301271120536350124354
Binary100110001010111100101001010111100111010001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98574A; }

 p { color: rgb(152,87,74); }

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

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

 a { background-color: rgb(152,87,74); }

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

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

 span { border-color: rgb(152,87,74); }

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