#955A50

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

Shades of Copper Rust #955A50

Tints of Copper Rust #955A50

Color information

#955A50 (or 0x955A50) is unknown color: approx Copper Rust. HEX triplet: 95, 5A and 50. RGB value is (149,90,80). Sum of RGB (Red+Green+Blue) = 149+90+80=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A50 is #6AA5AF. Grayscale: #6A6A6A. Windows color (decimal): -6989232 or 5266069. OLE color: 5266069.

HSL color Cylindrical-coordinate representation of color #955A50: hue angle of 8.7º 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 #955A50 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1499080-
CMYK00.400.460.42
HSL8.7º30.13%44.9%-
HSV(B)8.7º46.31%58.43%-
XYZ17.514.289.42-
YUV106.5113.05158.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=46.71%
G=28.21%
B=25.08%

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
Decimal149908000.400.460.428.730.1344.9
Hex955A500282E2A91e2d
Octal2251321200505652113655
Binary10010101101101010100000101000101110101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A50; }

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

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

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

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

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

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

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

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