#945751

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

Shades of Copper Rust #945751

Tints of Copper Rust #945751

Color information

#945751 (or 0x945751) is unknown color: approx Copper Rust. HEX triplet: 94, 57 and 51. RGB value is (148,87,81). Sum of RGB (Red+Green+Blue) = 148+87+81=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945751 is #6BA8AE. Grayscale: #686868. Windows color (decimal): -7055535 or 5330836. OLE color: 5330836.

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

Color convert

RGB1488781-
CMYK00.410.450.42
HSL5.37º29.26%44.9%-
HSV(B)5.37º45.27%58.04%-
XYZ17.1113.719.53-
YUV104.56114.71158.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=46.84%
G=27.53%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148878100.410.450.425.3729.2644.9
Hex9457510292D2A51d2d
Octal224127121051555253555
Binary1001010010101111010001010100110110110101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945751; }

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

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

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

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

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

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

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

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