#98504E

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

Shades of Copper Rust #98504E

Tints of Copper Rust #98504E

Color information

#98504E (or 0x98504E) is unknown color: approx Copper Rust. HEX triplet: 98, 50 and 4E. RGB value is (152,80,78). Sum of RGB (Red+Green+Blue) = 152+80+78=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98504E is #67AFB1. Grayscale: #656565. Windows color (decimal): -6795186 or 5132440. OLE color: 5132440.

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

Color convert

RGB1528078-
CMYK00.470.490.40
HSL1.62º32.17%45.1%-
HSV(B)1.62º48.68%59.61%-
XYZ17.1912.968.8-
YUV101.3114.85164.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=49.03%
G=25.81%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152807800.470.490.401.6232.1745.1
Hex98504E02F31282202d
Octal230120116057615024055
Binary1001100010100001001110010111111000110100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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