#995549

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

Shades of Copper Rust #995549

Tints of Copper Rust #995549

Color information

#995549 (or 0x995549) is unknown color: approx Copper Rust. HEX triplet: 99, 55 and 49. RGB value is (153,85,73). Sum of RGB (Red+Green+Blue) = 153+85+73=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995549 is #66AAB6. Grayscale: #686868. Windows color (decimal): -6728375 or 4806041. OLE color: 4806041.

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

Color convert

RGB1538573-
CMYK00.440.520.4
HSL35.4%44.31%-
HSV(B)52.29%60%-
XYZ17.5913.758.03-
YUV103.96110.53162.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=49.20%
G=27.33%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153857300.440.520.4935.444.31
Hex99554902C34289232c
Octal2311251110546450114354
Binary100110011010101100100101011001101001010001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995549; }

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

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

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

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

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

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

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

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