#98574F

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

Shades of Copper Rust #98574F

Tints of Copper Rust #98574F

Color information

#98574F (or 0x98574F) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 4F. RGB value is (152,87,79). Sum of RGB (Red+Green+Blue) = 152+87+79=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98574F is #67A8B0. Grayscale: #696969. Windows color (decimal): -6793393 or 5199768. OLE color: 5199768.

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

Color convert

RGB1528779-
CMYK00.430.480.40
HSL6.58º31.6%45.29%-
HSV(B)6.58º48.03%59.61%-
XYZ17.7714.069.17-
YUV105.52113.03161.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=47.80%
G=27.36%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152877900.430.480.406.5831.645.29
Hex98574F02B30287202d
Octal230127117053605074055
Binary10011000101011110011110101011110000101000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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