#98574c

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

Shades of Copper Rust #98574C

Tints of Copper Rust #98574C

Color information

#98574C (or 0x98574C) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 4C. RGB value is (152,87,76). Sum of RGB (Red+Green+Blue) = 152+87+76=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98574C is #67A8B3. Grayscale: #696969. Windows color (decimal): -6793396 or 5003160. OLE color: 5003160.

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

Color convert

RGB1528776-
CMYK00.430.500.40
HSL8.68º33.33%44.71%-
HSV(B)8.68º50%59.61%-
XYZ17.6614.018.61-
YUV105.18111.53161.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=48.25%
G=27.62%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152877600.430.500.408.6833.3344.71
Hex98574C02B32289212d
Octal2301271140536250114155
Binary100110001010111100110001010111100101010001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98574c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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