#98544D

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

Shades of Copper Rust #98544D

Tints of Copper Rust #98544D

Color information

#98544D (or 0x98544D) is unknown color: approx Copper Rust. HEX triplet: 98, 54 and 4D. RGB value is (152,84,77). Sum of RGB (Red+Green+Blue) = 152+84+77=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98544D is #67ABB2. Grayscale: #676767. Windows color (decimal): -6794163 or 5067928. OLE color: 5067928.

HSL color Cylindrical-coordinate representation of color #98544D: hue angle of 5.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98544D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1528477-
CMYK00.450.490.40
HSL5.6º32.75%44.9%-
HSV(B)5.6º49.34%59.61%-
XYZ17.4613.558.72-
YUV103.53113.03162.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=48.56%
G=26.84%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152847700.450.490.405.632.7544.9
Hex98544D02D31286212d
Octal230124115055615064155
Binary10011000101010010011010101101110001101000110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98544D; }

 p { color: rgb(152,84,77); }

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

<style>
 a { background-color: #98544D; }

 a { background-color: rgb(152,84,77); }

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

<style>
 span { border-color: #98544D; }

 span { border-color: rgb(152,84,77); }

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