#98524E

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

Shades of Copper Rust #98524E

Tints of Copper Rust #98524E

Color information

#98524E (or 0x98524E) is unknown color: approx Copper Rust. HEX triplet: 98, 52 and 4E. RGB value is (152,82,78). Sum of RGB (Red+Green+Blue) = 152+82+78=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98524E is #67ADB1. Grayscale: #666666. Windows color (decimal): -6794674 or 5132952. OLE color: 5132952.

HSL color Cylindrical-coordinate representation of color #98524E: hue angle of 3.24º degrees, saturation: 0.32, 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 #98524E is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1528278-
CMYK00.460.490.40
HSL3.24º32.17%45.1%-
HSV(B)3.24º48.68%59.61%-
XYZ17.3413.268.85-
YUV102.47114.19163.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 78 (30.86% from 255) = 25%
R=48.72%
G=26.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152827800.460.490.403.2432.1745.1
Hex98524E02E31283202d
Octal230122116056615034055
Binary1001100010100101001110010111011000110100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98524E; }

 p { color: rgb(152,82,78); }

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

<style>
 a { background-color: #98524E; }

 a { background-color: rgb(152,82,78); }

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

<style>
 span { border-color: #98524E; }

 span { border-color: rgb(152,82,78); }

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