#955751

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

Shades of Copper Rust #955751

Tints of Copper Rust #955751

Color information

#955751 (or 0x955751) is unknown color: approx Copper Rust. HEX triplet: 95, 57 and 51. RGB value is (149,87,81). Sum of RGB (Red+Green+Blue) = 149+87+81=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955751 is #6AA8AE. Grayscale: #686868. Windows color (decimal): -6989999 or 5330837. OLE color: 5330837.

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

Color convert

RGB1498781-
CMYK00.420.460.42
HSL5.29º29.57%45.1%-
HSV(B)5.29º45.64%58.43%-
XYZ17.2913.89.54-
YUV104.85114.54159.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=47.00%
G=27.44%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149878100.420.460.425.2929.5745.1
Hex95575102A2E2A51e2d
Octal225127121052565253655
Binary1001010110101111010001010101010111010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955751; }

 p { color: rgb(149,87,81); }

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

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

 a { background-color: rgb(149,87,81); }

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

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

 span { border-color: rgb(149,87,81); }

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