#955849

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

Shades of Copper Rust #955849

Tints of Copper Rust #955849

Color information

#955849 (or 0x955849) is unknown color: approx Copper Rust. HEX triplet: 95, 58 and 49. RGB value is (149,88,73). Sum of RGB (Red+Green+Blue) = 149+88+73=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #955849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955849 is #6AA7B6. Grayscale: #686868. Windows color (decimal): -6989751 or 4806805. OLE color: 4806805.

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

Color convert

RGB1498873-
CMYK00.410.510.42
HSL11.84º34.23%43.53%-
HSV(B)11.84º51.01%58.43%-
XYZ17.0913.858.08-
YUV104.53110.21159.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=48.06%
G=28.39%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149887300.410.510.4211.8434.2343.53
Hex955849029332Ac222c
Octal2251301110516352144254
Binary100101011011000100100101010011100111010101100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955849; }

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

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

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

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

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

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

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

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