#99504A

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

Shades of Copper Rust #99504A

Tints of Copper Rust #99504A

Color information

#99504A (or 0x99504A) is unknown color: approx Copper Rust. HEX triplet: 99, 50 and 4A. RGB value is (153,80,74). Sum of RGB (Red+Green+Blue) = 153+80+74=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #99504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99504A is #66AFB5. Grayscale: #656565. Windows color (decimal): -6729654 or 4870297. OLE color: 4870297.

HSL color Cylindrical-coordinate representation of color #99504A: hue angle of 4.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99504A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1538074-
CMYK00.480.520.4
HSL4.56º34.8%44.51%-
HSV(B)4.56º51.63%60%-
XYZ17.24138.08-
YUV101.14112.68164.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=49.84%
G=26.06%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153807400.480.520.44.5634.844.51
Hex99504A03034285232d
Octal231120112060645054355
Binary10011001101000010010100110000110100101000101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99504A; }

 p { color: rgb(153,80,74); }

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

<style>
 a { background-color: #99504A; }

 a { background-color: rgb(153,80,74); }

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

<style>
 span { border-color: #99504A; }

 span { border-color: rgb(153,80,74); }

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