#945951

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

Shades of Copper Rust #945951

Tints of Copper Rust #945951

Color information

#945951 (or 0x945951) is unknown color: approx Copper Rust. HEX triplet: 94, 59 and 51. RGB value is (148,89,81). Sum of RGB (Red+Green+Blue) = 148+89+81=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945951 is #6BA6AE. Grayscale: #696969. Windows color (decimal): -7055023 or 5331348. OLE color: 5331348.

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

Color convert

RGB1488981-
CMYK00.400.450.42
HSL7.16º29.26%44.9%-
HSV(B)7.16º45.27%58.04%-
XYZ17.2714.039.58-
YUV105.73114.05158.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=46.54%
G=27.99%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148898100.400.450.427.1629.2644.9
Hex9459510282D2A71d2d
Octal224131121050555273555
Binary1001010010110011010001010100010110110101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945951; }

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

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

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

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

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

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

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

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