#955449

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

Shades of Copper Rust #955449

Tints of Copper Rust #955449

Color information

#955449 (or 0x955449) is unknown color: approx Copper Rust. HEX triplet: 95, 54 and 49. RGB value is (149,84,73). Sum of RGB (Red+Green+Blue) = 149+84+73=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #955449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955449 is #6AABB6. Grayscale: #666666. Windows color (decimal): -6990775 or 4805781. OLE color: 4805781.

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

Color convert

RGB1498473-
CMYK00.440.510.42
HSL8.68º34.23%43.53%-
HSV(B)8.68º51.01%58.43%-
XYZ16.7713.217.97-
YUV102.18111.53161.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=48.69%
G=27.45%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149847300.440.510.428.6834.2343.53
Hex95544902C332A9222c
Octal2251241110546352114254
Binary100101011010100100100101011001100111010101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955449; }

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

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

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

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

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

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

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

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