#995547

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

Shades of Copper Rust #995547

Tints of Copper Rust #995547

Color information

#995547 (or 0x995547) is unknown color: approx Copper Rust. HEX triplet: 99, 55 and 47. RGB value is (153,85,71). Sum of RGB (Red+Green+Blue) = 153+85+71=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995547 is #66AAB8. Grayscale: #676767. Windows color (decimal): -6728377 or 4674969. OLE color: 4674969.

HSL color Cylindrical-coordinate representation of color #995547: hue angle of 10.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995547 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1538571-
CMYK00.440.540.4
HSL10.24º36.61%43.92%-
HSV(B)10.24º53.59%60%-
XYZ17.5213.727.69-
YUV103.74109.53163.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=49.51%
G=27.51%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153857100.440.540.410.2436.6143.92
Hex99554702C3628a252c
Octal2311251070546650124554
Binary100110011010101100011101011001101101010001010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995547; }

 p { color: rgb(153,85,71); }

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

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

 a { background-color: rgb(153,85,71); }

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

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

 span { border-color: rgb(153,85,71); }

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