#955249

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

Shades of Copper Rust #955249

Tints of Copper Rust #955249

Color information

#955249 (or 0x955249) is unknown color: approx Copper Rust. HEX triplet: 95, 52 and 49. RGB value is (149,82,73). Sum of RGB (Red+Green+Blue) = 149+82+73=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955249 is #6AADB6. Grayscale: #656565. Windows color (decimal): -6991287 or 4805269. OLE color: 4805269.

HSL color Cylindrical-coordinate representation of color #955249: hue angle of 7.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955249 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1498273-
CMYK00.450.510.42
HSL7.11º34.23%43.53%-
HSV(B)7.11º51.01%58.43%-
XYZ16.6112.917.92-
YUV101.01112.2162.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=49.01%
G=26.97%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149827300.450.510.427.1134.2343.53
Hex95524902D332A7222c
Octal225122111055635274254
Binary10010101101001010010010101101110011101010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955249; }

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

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

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

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

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

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

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

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