#955950

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

Shades of Copper Rust #955950

Tints of Copper Rust #955950

Color information

#955950 (or 0x955950) is unknown color: approx Copper Rust. HEX triplet: 95, 59 and 50. RGB value is (149,89,80). Sum of RGB (Red+Green+Blue) = 149+89+80=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955950 is #6AA6AF. Grayscale: #6A6A6A. Windows color (decimal): -6989488 or 5265813. OLE color: 5265813.

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

Color convert

RGB1498980-
CMYK00.400.460.42
HSL7.83º30.13%44.9%-
HSV(B)7.83º46.31%58.43%-
XYZ17.4114.119.4-
YUV105.91113.38158.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=46.86%
G=27.99%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149898000.400.460.427.8330.1344.9
Hex9559500282E2A81e2d
Octal2251311200505652103655
Binary10010101101100110100000101000101110101010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955950; }

 p { color: rgb(149,89,80); }

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

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

 a { background-color: rgb(149,89,80); }

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

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

 span { border-color: rgb(149,89,80); }

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