#995849

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

Shades of Copper Rust #995849

Tints of Copper Rust #995849

Color information

#995849 (or 0x995849) is unknown color: approx Copper Rust. HEX triplet: 99, 58 and 49. RGB value is (153,88,73). Sum of RGB (Red+Green+Blue) = 153+88+73=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #995849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995849 is #66A7B6. Grayscale: #696969. Windows color (decimal): -6727607 or 4806809. OLE color: 4806809.

HSL color Cylindrical-coordinate representation of color #995849: hue angle of 11.25º 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 #995849 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1538873-
CMYK00.420.520.4
HSL11.25º35.4%44.31%-
HSV(B)11.25º52.29%60%-
XYZ17.8314.238.11-
YUV105.72109.53161.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=48.73%
G=28.03%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153887300.420.520.411.2535.444.31
Hex99584902A3428b232c
Octal2311301110526450134354
Binary100110011011000100100101010101101001010001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995849; }

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

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

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

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

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

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

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

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