#98574B

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

Shades of Copper Rust #98574B

Tints of Copper Rust #98574B

Color information

#98574B (or 0x98574B) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 4B. RGB value is (152,87,75). Sum of RGB (Red+Green+Blue) = 152+87+75=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98574B is #67A8B4. Grayscale: #696969. Windows color (decimal): -6793397 or 4937624. OLE color: 4937624.

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

Color convert

RGB1528775-
CMYK00.430.510.40
HSL9.35º33.92%44.51%-
HSV(B)9.35º50.66%59.61%-
XYZ17.63148.43-
YUV105.07111.03161.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=48.41%
G=27.71%
B=23.89%

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
Decimal152877500.430.510.409.3533.9244.51
Hex98574B02B33289222d
Octal2301271130536350114255
Binary100110001010111100101101010111100111010001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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