#98504B

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

Shades of Copper Rust #98504B

Tints of Copper Rust #98504B

Color information

#98504B (or 0x98504B) is unknown color: approx Copper Rust. HEX triplet: 98, 50 and 4B. RGB value is (152,80,75). Sum of RGB (Red+Green+Blue) = 152+80+75=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98504B is #67AFB4. Grayscale: #656565. Windows color (decimal): -6795189 or 4935832. OLE color: 4935832.

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

Color convert

RGB1528075-
CMYK00.470.510.40
HSL3.9º33.92%44.51%-
HSV(B)3.9º50.66%59.61%-
XYZ17.0912.928.25-
YUV100.96113.35164.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=49.51%
G=26.06%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152807500.470.510.403.933.9244.51
Hex98504B02F33284222d
Octal230120113057635044255
Binary10011000101000010010110101111110011101000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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