#995249

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

Shades of Copper Rust #995249

Tints of Copper Rust #995249

Color information

#995249 (or 0x995249) is unknown color: approx Copper Rust. HEX triplet: 99, 52 and 49. RGB value is (153,82,73). Sum of RGB (Red+Green+Blue) = 153+82+73=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #995249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995249 is #66ADB6. Grayscale: #666666. Windows color (decimal): -6729143 or 4805273. OLE color: 4805273.

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

Color convert

RGB1538273-
CMYK00.460.520.4
HSL6.75º35.4%44.31%-
HSV(B)6.75º52.29%60%-
XYZ17.3613.297.95-
YUV102.2111.52164.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=49.68%
G=26.62%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153827300.460.520.46.7535.444.31
Hex99524902E34287232c
Octal231122111056645074354
Binary10011001101001010010010101110110100101000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995249; }

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

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

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

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

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

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

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

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