#98554A

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

Shades of Copper Rust #98554A

Tints of Copper Rust #98554A

Color information

#98554A (or 0x98554A) is unknown color: approx Copper Rust. HEX triplet: 98, 55 and 4A. RGB value is (152,85,74). Sum of RGB (Red+Green+Blue) = 152+85+74=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98554A is #67AAB5. Grayscale: #676767. Windows color (decimal): -6793910 or 4871576. OLE color: 4871576.

HSL color Cylindrical-coordinate representation of color #98554A: hue angle of 8.46º 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 #98554A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1528574-
CMYK00.440.510.40
HSL8.46º34.51%44.31%-
HSV(B)8.46º51.32%59.61%-
XYZ17.4313.678.2-
YUV103.78111.2162.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=48.87%
G=27.33%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152857400.440.510.408.4634.5144.31
Hex98554A02C33288232c
Octal2301251120546350104354
Binary100110001010101100101001011001100111010001000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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